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:
3232 - name : npm
3333 id : ' @sentry-internal/replay-canvas'
3434 includeNames : /^sentry-internal-replay-canvas-\d.*\.tgz$/
35-
3635 # # 2. Browser & Node SDKs
3736 - name : npm
3837 id : ' @sentry/browser'
Original file line number Diff line number Diff line change 7979 " packages/replay-worker" ,
8080 " packages/solid" ,
8181 " packages/solidstart" ,
82+ " packages/supabase" ,
8283 " packages/svelte" ,
8384 " packages/sveltekit" ,
8485 " packages/tanstackstart" ,
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ export {
6060 spanToJSON ,
6161 spanToTraceHeader ,
6262 spanToBaggageHeader ,
63- updateSpanName ,
6463 supabaseIntegration ,
64+ updateSpanName ,
6565} from '@sentry/core' ;
6666
6767export {
Original file line number Diff line number Diff line change @@ -58,10 +58,11 @@ export {
5858 setHttpStatus ,
5959 makeMultiplexedTransport ,
6060 moduleMetadataIntegration ,
61- zodErrorsIntegration ,
6261 supabaseIntegration ,
62+ zodErrorsIntegration ,
6363 thirdPartyErrorFilterIntegration ,
6464} from '@sentry/core' ;
65+
6566export type { Span } from '@sentry/core' ;
6667export { makeBrowserOfflineTransport } from './transports/offline' ;
6768export { browserProfilingIntegration } from './profiling/integration' ;
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ export { dedupeIntegration } from './integrations/dedupe';
107107export { extraErrorDataIntegration } from './integrations/extraerrordata' ;
108108export { rewriteFramesIntegration } from './integrations/rewriteframes' ;
109109export { zodErrorsIntegration } from './integrations/zoderrors' ;
110- export { supabaseIntegration } from './integrations/supabase' ;
111110export { thirdPartyErrorFilterIntegration } from './integrations/third-party-errors-filter' ;
112111export { profiler } from './profiling' ;
113112export { instrumentFetchRequest } from './fetch' ;
You can’t perform that action at this time.
0 commit comments