@@ -740,46 +740,48 @@ The following list shows how integrations should be migrated:
740
740
741
741
### List of integrations and their replacements
742
742
743
- | Old | New | Packages |
744
- | ---------------------------- | ----------------------------------- | ------------------------------------------------------------------------------------------------------- |
745
- | ` new BrowserTracing() ` | ` browserTracingIntegration() ` | ` @sentry/browser ` |
746
- | ` new InboundFilters() ` | ` inboundFiltersIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
747
- | ` new FunctionToString() ` | ` functionToStringIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
748
- | ` new LinkedErrors() ` | ` linkedErrorsIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
749
- | ` new ModuleMetadata() ` | ` moduleMetadataIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` |
750
- | ` new RequestData() ` | ` requestDataIntegration() ` | ` @sentry/core ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
751
- | ` new Wasm() ` | ` wasmIntegration() ` | ` @sentry/wasm ` |
752
- | ` new Replay() ` | ` replayIntegration() ` | ` @sentry/browser ` |
753
- | ` new ReplayCanvas() ` | ` replayCanvasIntegration() ` | ` @sentry/browser ` |
754
- | ` new Feedback() ` | ` feedbackIntegration() ` | ` @sentry/browser ` |
755
- | ` new CaptureConsole() ` | ` captureConsoleIntegration() ` | ` @sentry/integrations ` |
756
- | ` new Debug() ` | ` debugIntegration() ` | ` @sentry/integrations ` |
757
- | ` new Dedupe() ` | ` dedupeIntegration() ` | ` @sentry/browser ` , ` @sentry/integrations ` , ` @sentry/deno ` |
758
- | ` new ExtraErrorData() ` | ` extraErrorDataIntegration() ` | ` @sentry/integrations ` |
759
- | ` new ReportingObserver() ` | ` reportingObserverIntegration() ` | ` @sentry/integrations ` |
760
- | ` new RewriteFrames() ` | ` rewriteFramesIntegration() ` | ` @sentry/integrations ` |
761
- | ` new SessionTiming() ` | ` sessionTimingIntegration() ` | ` @sentry/integrations ` |
762
- | ` new HttpClient() ` | ` httpClientIntegration() ` | ` @sentry/integrations ` |
763
- | ` new ContextLines() ` | ` contextLinesIntegration() ` | ` @sentry/integrations ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` |
764
- | ` new Breadcrumbs() ` | ` breadcrumbsIntegration() ` | ` @sentry/browser ` , ` @sentry/deno ` |
765
- | ` new GlobalHandlers() ` | ` globalHandlersIntegration() ` | ` @sentry/browser ` , ` @sentry/deno ` |
766
- | ` new HttpContext() ` | ` httpContextIntegration() ` | ` @sentry/browser ` |
767
- | ` new TryCatch() ` | ` browserApiErrorsIntegration() ` | ` @sentry/browser ` , ` @sentry/deno ` |
768
- | ` new VueIntegration() ` | ` vueIntegration() ` | ` @sentry/vue ` |
769
- | ` new DenoContext() ` | ` denoContextIntegration() ` | ` @sentry/deno ` |
770
- | ` new DenoCron() ` | ` denoCronIntegration() ` | ` @sentry/deno ` |
771
- | ` new NormalizePaths() ` | ` normalizePathsIntegration() ` | ` @sentry/deno ` |
772
- | ` new Console() ` | ` consoleIntegration() ` | ` @sentry/node ` |
773
- | ` new Context() ` | ` nodeContextIntegration() ` | ` @sentry/node ` |
774
- | ` new Modules() ` | ` modulesIntegration() ` | ` @sentry/node ` |
775
- | ` new OnUncaughtException() ` | ` onUncaughtExceptionIntegration() ` | ` @sentry/node ` |
776
- | ` new OnUnhandledRejection() ` | ` onUnhandledRejectionIntegration() ` | ` @sentry/node ` |
777
- | ` new LocalVariables() ` | ` localVariablesIntegration() ` | ` @sentry/node ` |
778
- | ` new Spotlight() ` | ` spotlightIntegration() ` | ` @sentry/node ` |
779
- | ` new Anr() ` | ` anrIntegration() ` | ` @sentry/node ` |
780
- | ` new Hapi() ` | ` hapiIntegration() ` | ` @sentry/node ` |
781
- | ` new Undici() ` | ` nativeNodeFetchIntegration() ` | ` @sentry/node ` |
782
- | ` new Http() ` | ` httpIntegration() ` | ` @sentry/node ` |
743
+ | Old | New | Packages |
744
+ | ----------------------------------- | ----------------------------------- | ------------------------------------------------------------------------------------------------------- |
745
+ | ` new BrowserTracing() ` | ` browserTracingIntegration() ` | ` @sentry/browser ` |
746
+ | ` new InboundFilters() ` | ` inboundFiltersIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
747
+ | ` new FunctionToString() ` | ` functionToStringIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
748
+ | ` new LinkedErrors() ` | ` linkedErrorsIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
749
+ | ` new ModuleMetadata() ` | ` moduleMetadataIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` |
750
+ | ` new RequestData() ` | ` requestDataIntegration() ` | ` @sentry/core ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
751
+ | ` new Wasm() ` | ` wasmIntegration() ` | ` @sentry/wasm ` |
752
+ | ` new Replay() ` | ` replayIntegration() ` | ` @sentry/browser ` |
753
+ | ` new ReplayCanvas() ` | ` replayCanvasIntegration() ` | ` @sentry/browser ` |
754
+ | ` new Feedback() ` | ` feedbackIntegration() ` | ` @sentry/browser ` |
755
+ | ` new CaptureConsole() ` | ` captureConsoleIntegration() ` | ` @sentry/integrations ` |
756
+ | ` new Debug() ` | ` debugIntegration() ` | ` @sentry/integrations ` |
757
+ | ` new Dedupe() ` | ` dedupeIntegration() ` | ` @sentry/browser ` , ` @sentry/integrations ` , ` @sentry/deno ` |
758
+ | ` new ExtraErrorData() ` | ` extraErrorDataIntegration() ` | ` @sentry/integrations ` |
759
+ | ` new ReportingObserver() ` | ` reportingObserverIntegration() ` | ` @sentry/integrations ` |
760
+ | ` new RewriteFrames() ` | ` rewriteFramesIntegration() ` | ` @sentry/integrations ` |
761
+ | ` new SessionTiming() ` | ` sessionTimingIntegration() ` | ` @sentry/integrations ` |
762
+ | ` new HttpClient() ` | ` httpClientIntegration() ` | ` @sentry/integrations ` |
763
+ | ` new ContextLines() ` | ` contextLinesIntegration() ` | ` @sentry/integrations ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` |
764
+ | ` new Breadcrumbs() ` | ` breadcrumbsIntegration() ` | ` @sentry/browser ` , ` @sentry/deno ` |
765
+ | ` new GlobalHandlers() ` | ` globalHandlersIntegration() ` | ` @sentry/browser ` , ` @sentry/deno ` |
766
+ | ` new HttpContext() ` | ` httpContextIntegration() ` | ` @sentry/browser ` |
767
+ | ` new TryCatch() ` | ` browserApiErrorsIntegration() ` | ` @sentry/browser ` , ` @sentry/deno ` |
768
+ | ` new VueIntegration() ` | ` vueIntegration() ` | ` @sentry/vue ` |
769
+ | ` new DenoContext() ` | ` denoContextIntegration() ` | ` @sentry/deno ` |
770
+ | ` new DenoCron() ` | ` denoCronIntegration() ` | ` @sentry/deno ` |
771
+ | ` new NormalizePaths() ` | ` normalizePathsIntegration() ` | ` @sentry/deno ` |
772
+ | ` new Console() ` | ` consoleIntegration() ` | ` @sentry/node ` |
773
+ | ` new Context() ` | ` nodeContextIntegration() ` | ` @sentry/node ` |
774
+ | ` new Modules() ` | ` modulesIntegration() ` | ` @sentry/node ` |
775
+ | ` new OnUncaughtException() ` | ` onUncaughtExceptionIntegration() ` | ` @sentry/node ` |
776
+ | ` new OnUnhandledRejection() ` | ` onUnhandledRejectionIntegration() ` | ` @sentry/node ` |
777
+ | ` new LocalVariables() ` | ` localVariablesIntegration() ` | ` @sentry/node ` |
778
+ | ` new Spotlight() ` | ` spotlightIntegration() ` | ` @sentry/node ` |
779
+ | ` new Anr() ` | ` anrIntegration() ` | ` @sentry/node ` |
780
+ | ` new Hapi() ` | ` hapiIntegration() ` | ` @sentry/node ` |
781
+ | ` new Undici() ` | ` nativeNodeFetchIntegration() ` | ` @sentry/node ` |
782
+ | ` new Http() ` | ` httpIntegration() ` | ` @sentry/node ` |
783
+ | ` new ProfilingIntegration() ` | ` nodeProfilingIntegration() ` | ` @sentry/profiling-node ` |
784
+ | ` new BrowserProfilingIntegration() ` | ` browserProfilingIntegration() ` | ` @sentry/browser ` |
783
785
784
786
## Deprecate ` hub.bindClient() ` and ` makeMain() `
785
787
0 commit comments