File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2020 },
2121 "workspaces" : [
2222 " packages/angular" ,
23- " packages/apm" ,
2423 " packages/browser" ,
2524 " packages/core" ,
2625 " packages/ember" ,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export default App;
6868
6969### Profiler
7070
71- ` @sentry/react ` exports a Profiler component that leverages the ` @sentry/apm ` Tracing integration to add React related
71+ ` @sentry/react ` exports a Profiler component that leverages the ` @sentry/tracing ` Tracing integration to add React related
7272spans to transactions. If the Tracing integration is not enabled, the Profiler component will not work. The Profiler
7373tracks component mount, render duration and updates. Requires React version >= 15.
7474
Original file line number Diff line number Diff line change 11import { BrowserTracing } from './browser' ;
22import { addExtensionMethods } from './hubextensions' ;
3- import * as ApmIntegrations from './integrations' ;
3+ import * as TracingIntegrations from './integrations' ;
44
5- const Integrations = { ...ApmIntegrations , BrowserTracing } ;
5+ const Integrations = { ...TracingIntegrations , BrowserTracing } ;
66
77export { Integrations } ;
88export { Span } from './span' ;
You can’t perform that action at this time.
0 commit comments