Skip to content

Commit 40cefac

Browse files
author
Luca Forstner
committed
rename file
1 parent d1fa96a commit 40cefac

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/browser/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ export type { Span } from '@sentry/core';
7777
export { makeBrowserOfflineTransport } from './transports/offline';
7878
export { browserProfilingIntegration } from './profiling/integration';
7979
export { spotlightBrowserIntegration } from './integrations/spotlight';
80-
export { browserSessionIntegration } from './integrations/session';
80+
export { browserSessionIntegration } from './integrations/browsersession';
File renamed without changes.

packages/browser/src/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ import { DEBUG_BUILD } from './debug-build';
2020
import { WINDOW } from './helpers';
2121
import { breadcrumbsIntegration } from './integrations/breadcrumbs';
2222
import { browserApiErrorsIntegration } from './integrations/browserapierrors';
23+
import { browserSessionIntegration } from './integrations/browsersession';
2324
import { globalHandlersIntegration } from './integrations/globalhandlers';
2425
import { httpContextIntegration } from './integrations/httpcontext';
2526
import { linkedErrorsIntegration } from './integrations/linkederrors';
26-
import { browserSessionIntegration } from './integrations/session';
2727
import { defaultStackParser } from './stack-parsers';
2828
import { makeFetchTransport } from './transports/fetch';
2929

0 commit comments

Comments
 (0)