Skip to content

Commit

Permalink
remove tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jul 8, 2020
1 parent c8612c1 commit 27eb2d4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1,061 deletions.
1 change: 1 addition & 0 deletions packages/tracing/src/browser/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { BrowserTracing } from './browsertracing';
4 changes: 2 additions & 2 deletions packages/tracing/src/index.bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ export { SDK_NAME, SDK_VERSION } from '@sentry/browser';
import { Integrations as BrowserIntegrations } from '@sentry/browser';
import { getGlobalObject } from '@sentry/utils';

import { BrowserTracing } from './browser';
import { addExtensionMethods } from './hubextensions';
import * as ApmIntegrations from './integrations';

export { Span, TRACEPARENT_REGEXP } from './span';

Expand All @@ -70,7 +70,7 @@ if (_window.Sentry && _window.Sentry.Integrations) {
const INTEGRATIONS = {
...windowIntegrations,
...BrowserIntegrations,
Tracing: ApmIntegrations.Tracing,
...BrowserTracing,
};

export { INTEGRATIONS as Integrations };
Expand Down
2 changes: 1 addition & 1 deletion packages/tracing/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BrowserTracing } from './browser/browsertracing';
import { BrowserTracing } from './browser';
import { addExtensionMethods } from './hubextensions';
import * as ApmIntegrations from './integrations';

Expand Down
1 change: 0 additions & 1 deletion packages/tracing/src/integrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export { Express } from './express';
export { Tracing } from './tracing';

0 comments on commit 27eb2d4

Please sign in to comment.