Skip to content

Commit 05dab63

Browse files
committed
Revert export ordering
1 parent 026acec commit 05dab63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export {
6767
export type { Span } from '@sentry/core';
6868
export { makeBrowserOfflineTransport } from './transports/offline';
6969
export { browserProfilingIntegration } from './profiling/integration';
70-
export { browserSessionIntegration } from './integrations/browsersession';
7170
export { spotlightBrowserIntegration } from './integrations/spotlight';
71+
export { browserSessionIntegration } from './integrations/browsersession';
7272
export { launchDarklyIntegration, buildLaunchDarklyFlagUsedHandler } from './integrations/featureFlags/launchdarkly';
7373
export { openFeatureIntegration, OpenFeatureIntegrationHook } from './integrations/featureFlags/openfeature';

0 commit comments

Comments
 (0)