File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,4 +77,4 @@ export type { Span } from '@sentry/core';
7777export { makeBrowserOfflineTransport } from './transports/offline' ;
7878export { browserProfilingIntegration } from './profiling/integration' ;
7979export { spotlightBrowserIntegration } from './integrations/spotlight' ;
80- export { browserSessionIntegration } from './integrations/session ' ;
80+ export { browserSessionIntegration } from './integrations/browsersession ' ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ import { DEBUG_BUILD } from './debug-build';
2020import { WINDOW } from './helpers' ;
2121import { breadcrumbsIntegration } from './integrations/breadcrumbs' ;
2222import { browserApiErrorsIntegration } from './integrations/browserapierrors' ;
23+ import { browserSessionIntegration } from './integrations/browsersession' ;
2324import { globalHandlersIntegration } from './integrations/globalhandlers' ;
2425import { httpContextIntegration } from './integrations/httpcontext' ;
2526import { linkedErrorsIntegration } from './integrations/linkederrors' ;
26- import { browserSessionIntegration } from './integrations/session' ;
2727import { defaultStackParser } from './stack-parsers' ;
2828import { makeFetchTransport } from './transports/fetch' ;
2929
You can’t perform that action at this time.
0 commit comments