Skip to content

Commit 24677e9

Browse files
committed
Remove supabaseIntegration from non-Tracing bundles
1 parent be01b9c commit 24677e9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/browser/src/exports.ts

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export {
6060
spanToJSON,
6161
spanToTraceHeader,
6262
spanToBaggageHeader,
63-
supabaseIntegration,
6463
updateSpanName,
6564
} from '@sentry/core';
6665

packages/browser/src/index.bundle.tracing.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export {
1515
withActiveSpan,
1616
getSpanDescendants,
1717
setMeasurement,
18+
supabaseIntegration,
1819
} from '@sentry/core';
1920

2021
export {

0 commit comments

Comments
 (0)