Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/ember/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@
index.d.ts
runloop.d.ts
types.d.ts
utils/*.d.ts
5 changes: 5 additions & 0 deletions packages/ember/addon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,8 @@ export const instrumentRoutePerformance = <T extends RouteConstructor>(BaseRoute
};

export * from '@sentry/browser';

/**
* Ember-specific browser tracing integration
*/
export { browserTracingIntegration } from './utils/browserTracingIntegration';
Comment thread
cursor[bot] marked this conversation as resolved.
Loading
Loading