Skip to content

Commit

Permalink
chore(NA): only include exception type
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 17, 2021
1 parent bb923aa commit 3de36fe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/elastic-apm-synthtrace/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@
*/

export type { Exception } from './lib/entity';
export type {
ElasticsearchOutput,
ElasticsearchOutputWriteTargets,
} from './lib/output/to_elasticsearch_output';
export type { Service } from './lib/service';
export type { Browser } from './lib/browser';
export type { Timerange } from './lib/timerange';
export { service } from './lib/service';
export { browser } from './lib/browser';
export { timerange } from './lib/timerange';
Expand Down

0 comments on commit 3de36fe

Please sign in to comment.