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 @@ -58,10 +58,11 @@ export {
58
58
setHttpStatus ,
59
59
makeMultiplexedTransport ,
60
60
moduleMetadataIntegration ,
61
- zodErrorsIntegration ,
62
61
supabaseIntegration ,
62
+ zodErrorsIntegration ,
63
63
thirdPartyErrorFilterIntegration ,
64
64
} from '@sentry/core' ;
65
+
65
66
export type { Span } from '@sentry/core' ;
66
67
export { makeBrowserOfflineTransport } from './transports/offline' ;
67
68
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 { profiler } from './profiling' ;
113
112
export { instrumentFetchRequest } from './fetch' ;
You can’t perform that action at this time.
0 commit comments