File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- import type { BrowserClient } from '@sentry/browser' ;
1
+ import type { BrowserClient } from '@sentry/browser' ;
2
2
import { getActiveSpan } from '@sentry/browser' ;
3
3
import { browserTracingIntegration , getCurrentScope } from '@sentry/browser' ;
4
4
import * as SentryBrowser from '@sentry/browser' ;
Original file line number Diff line number Diff line change 1
1
import { BaseClient } from '@sentry/core' ;
2
2
import * as SentryReact from '@sentry/react' ;
3
- import type { BrowserClient } from '@sentry/react' ;
3
+ import type { BrowserClient } from '@sentry/react' ;
4
4
import { browserTracingIntegration } from '@sentry/react' ;
5
5
import { WINDOW , getClient , getCurrentScope } from '@sentry/react' ;
6
6
import type { Integration } from '@sentry/types' ;
You can’t perform that action at this time.
0 commit comments