From 3de36fecc13efab4f75fc22b233530757e8397ca Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 17 Nov 2021 16:05:09 +0000 Subject: [PATCH] chore(NA): only include exception type --- packages/elastic-apm-synthtrace/src/index.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/elastic-apm-synthtrace/src/index.ts b/packages/elastic-apm-synthtrace/src/index.ts index 19f0557ec3bb1..931215c75fde4 100644 --- a/packages/elastic-apm-synthtrace/src/index.ts +++ b/packages/elastic-apm-synthtrace/src/index.ts @@ -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';