Skip to content

Commit 5272c77

Browse files
committed
WIP move stuff around...
make it work with legacy stuff... move stuff around and fix it WIP move stuff around... fix where stuff lives
1 parent f1f534c commit 5272c77

10 files changed

Lines changed: 607 additions & 485 deletions

packages/ember/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@
3535
index.d.ts
3636
runloop.d.ts
3737
types.d.ts
38+
utils/*.d.ts

packages/ember/addon/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,8 @@ export const instrumentRoutePerformance = <T extends RouteConstructor>(BaseRoute
119119
};
120120

121121
export * from '@sentry/browser';
122+
123+
/**
124+
* Ember-specific browser tracing integration
125+
*/
126+
export { browserTracingIntegration } from './utils/browserTracingIntegration';

0 commit comments

Comments
 (0)