File tree Expand file tree Collapse file tree 7 files changed +5
-438
lines changed Expand file tree Collapse file tree 7 files changed +5
-438
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ targets:
32
32
- name : npm
33
33
id : ' @sentry-internal/replay-canvas'
34
34
includeNames : /^sentry-internal-replay-canvas-\d.*\.tgz$/
35
-
36
35
# # 2. Browser & Node SDKs
37
36
- name : npm
38
37
id : ' @sentry/browser'
Original file line number Diff line number Diff line change 79
79
" packages/replay-worker" ,
80
80
" packages/solid" ,
81
81
" packages/solidstart" ,
82
+ " packages/supabase" ,
82
83
" packages/svelte" ,
83
84
" packages/sveltekit" ,
84
85
" packages/tanstackstart" ,
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ export {
60
60
spanToJSON ,
61
61
spanToTraceHeader ,
62
62
spanToBaggageHeader ,
63
- updateSpanName ,
64
63
supabaseIntegration ,
64
+ updateSpanName ,
65
65
} from '@sentry/core' ;
66
66
67
67
export {
Original file line number Diff line number Diff line change @@ -59,10 +59,11 @@ export {
59
59
setHttpStatus ,
60
60
makeMultiplexedTransport ,
61
61
moduleMetadataIntegration ,
62
- zodErrorsIntegration ,
63
62
supabaseIntegration ,
63
+ zodErrorsIntegration ,
64
64
thirdPartyErrorFilterIntegration ,
65
65
} from '@sentry/core' ;
66
+
66
67
export type { Span } from '@sentry/core' ;
67
68
export { makeBrowserOfflineTransport } from './transports/offline' ;
68
69
export { browserProfilingIntegration } from './profiling/integration' ;
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ export { dedupeIntegration } from './integrations/dedupe';
107
107
export { extraErrorDataIntegration } from './integrations/extraerrordata' ;
108
108
export { rewriteFramesIntegration } from './integrations/rewriteframes' ;
109
109
export { zodErrorsIntegration } from './integrations/zoderrors' ;
110
- export { supabaseIntegration } from './integrations/supabase' ;
111
110
export { thirdPartyErrorFilterIntegration } from './integrations/third-party-errors-filter' ;
112
111
export { consoleIntegration } from './integrations/console' ;
113
112
You can’t perform that action at this time.
0 commit comments