@@ -34,34 +34,45 @@ integrations from the `Integrations.XXX` hash, is deprecated in favor of using t
34
34
35
35
The following list shows how integrations should be migrated:
36
36
37
- | Old | New | Packages |
38
- | ------------------------- | -------------------------------- | ------------------------------------------------------------------------------------------------------- |
39
- | ` new InboundFilters() ` | ` inboundFiltersIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
40
- | ` new FunctionToString() ` | ` functionToStringIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
41
- | ` new LinkedErrors() ` | ` linkedErrorsIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
42
- | ` new ModuleMetadata() ` | ` moduleMetadataIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` |
43
- | ` new RequestData() ` | ` requestDataIntegration() ` | ` @sentry/core ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
44
- | ` new Wasm() ` | ` wasmIntegration() ` | ` @sentry/wasm ` |
45
- | ` new Replay() ` | ` replayIntegration() ` | ` @sentry/browser ` |
46
- | ` new ReplayCanvas() ` | ` replayCanvasIntegration() ` | ` @sentry/browser ` |
47
- | ` new Feedback() ` | ` feedbackIntegration() ` | ` @sentry/browser ` |
48
- | ` new CaptureConsole() ` | ` captureConsoleIntegration() ` | ` @sentry/integrations ` |
49
- | ` new Debug() ` | ` debugIntegration() ` | ` @sentry/integrations ` |
50
- | ` new Dedupe() ` | ` dedupeIntegration() ` | ` @sentry/browser ` , ` @sentry/integrations ` , ` @sentry/deno ` |
51
- | ` new ExtraErrorData() ` | ` extraErrorDataIntegration() ` | ` @sentry/integrations ` |
52
- | ` new ReportingObserver() ` | ` reportingObserverIntegration() ` | ` @sentry/integrations ` |
53
- | ` new RewriteFrames() ` | ` rewriteFramesIntegration() ` | ` @sentry/integrations ` |
54
- | ` new SessionTiming() ` | ` sessionTimingIntegration() ` | ` @sentry/integrations ` |
55
- | ` new HttpClient() ` | ` httpClientIntegration() ` | ` @sentry/integrations ` |
56
- | ` new ContextLines() ` | ` contextLinesIntegration() ` | ` @sentry/browser ` , ` @sentry/deno ` |
57
- | ` new Breadcrumbs() ` | ` breadcrumbsIntegration() ` | ` @sentry/browser ` , ` @sentry/deno ` |
58
- | ` new GlobalHandlers() ` | ` globalHandlersIntegration() ` | ` @sentry/browser ` , ` @sentry/deno ` |
59
- | ` new HttpContext() ` | ` httpContextIntegration() ` | ` @sentry/browser ` |
60
- | ` new TryCatch() ` | ` browserApiErrorsIntegration() ` | ` @sentry/browser ` , ` @sentry/deno ` |
61
- | ` new VueIntegration() ` | ` vueIntegration() ` | ` @sentry/vue ` |
62
- | ` new DenoContext() ` | ` denoContextIntegration() ` | ` @sentry/deno ` |
63
- | ` new DenoCron() ` | ` denoCronIntegration() ` | ` @sentry/deno ` |
64
- | ` new NormalizePaths() ` | ` normalizePathsIntegration() ` | ` @sentry/deno ` |
37
+ | Old | New | Packages |
38
+ | ---------------------------- | ----------------------------------- | ------------------------------------------------------------------------------------------------------- |
39
+ | ` new InboundFilters() ` | ` inboundFiltersIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
40
+ | ` new FunctionToString() ` | ` functionToStringIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
41
+ | ` new LinkedErrors() ` | ` linkedErrorsIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
42
+ | ` new ModuleMetadata() ` | ` moduleMetadataIntegration() ` | ` @sentry/core ` , ` @sentry/browser ` |
43
+ | ` new RequestData() ` | ` requestDataIntegration() ` | ` @sentry/core ` , ` @sentry/node ` , ` @sentry/deno ` , ` @sentry/bun ` , ` @sentry/vercel-edge ` |
44
+ | ` new Wasm() ` | ` wasmIntegration() ` | ` @sentry/wasm ` |
45
+ | ` new Replay() ` | ` replayIntegration() ` | ` @sentry/browser ` |
46
+ | ` new ReplayCanvas() ` | ` replayCanvasIntegration() ` | ` @sentry/browser ` |
47
+ | ` new Feedback() ` | ` feedbackIntegration() ` | ` @sentry/browser ` |
48
+ | ` new CaptureConsole() ` | ` captureConsoleIntegration() ` | ` @sentry/integrations ` |
49
+ | ` new Debug() ` | ` debugIntegration() ` | ` @sentry/integrations ` |
50
+ | ` new Dedupe() ` | ` dedupeIntegration() ` | ` @sentry/browser ` , ` @sentry/integrations ` , ` @sentry/deno ` |
51
+ | ` new ExtraErrorData() ` | ` extraErrorDataIntegration() ` | ` @sentry/integrations ` |
52
+ | ` new ReportingObserver() ` | ` reportingObserverIntegration() ` | ` @sentry/integrations ` |
53
+ | ` new RewriteFrames() ` | ` rewriteFramesIntegration() ` | ` @sentry/integrations ` |
54
+ | ` new SessionTiming() ` | ` sessionTimingIntegration() ` | ` @sentry/integrations ` |
55
+ | ` new HttpClient() ` | ` httpClientIntegration() ` | ` @sentry/integrations ` |
56
+ | ` new ContextLines() ` | ` contextLinesIntegration() ` | ` @sentry/browser ` , ` @sentry/node ` , ` @sentry/deno ` |
57
+ | ` new Breadcrumbs() ` | ` breadcrumbsIntegration() ` | ` @sentry/browser ` , ` @sentry/deno ` |
58
+ | ` new GlobalHandlers() ` | ` globalHandlersIntegration() ` | ` @sentry/browser ` , ` @sentry/deno ` |
59
+ | ` new HttpContext() ` | ` httpContextIntegration() ` | ` @sentry/browser ` |
60
+ | ` new TryCatch() ` | ` browserApiErrorsIntegration() ` | ` @sentry/browser ` , ` @sentry/deno ` |
61
+ | ` new VueIntegration() ` | ` vueIntegration() ` | ` @sentry/vue ` |
62
+ | ` new DenoContext() ` | ` denoContextIntegration() ` | ` @sentry/deno ` |
63
+ | ` new DenoCron() ` | ` denoCronIntegration() ` | ` @sentry/deno ` |
64
+ | ` new NormalizePaths() ` | ` normalizePathsIntegration() ` | ` @sentry/deno ` |
65
+ | ` new Console() ` | ` consoleIntegration() ` | ` @sentry/node ` |
66
+ | ` new Context() ` | ` nodeContextIntegration() ` | ` @sentry/node ` |
67
+ | ` new Modules() ` | ` modulesIntegration() ` | ` @sentry/node ` |
68
+ | ` new OnUncaughtException() ` | ` onUncaughtExceptionIntegration() ` | ` @sentry/node ` |
69
+ | ` new OnUnhandledRejection() ` | ` onUnhandledRejectionIntegration() ` | ` @sentry/node ` |
70
+ | ` new LocalVariables() ` | ` localVariablesIntegration() ` | ` @sentry/node ` |
71
+ | ` new Spotlight() ` | ` spotlightIntergation() ` | ` @sentry/node ` |
72
+ | ` new Anr() ` | ` anrIntergation() ` | ` @sentry/node ` |
73
+ | ` new Hapi() ` | ` hapiIntegration() ` | ` @sentry/node ` |
74
+ | ` new Undici() ` | ` nativeNodeFetchIntegration() ` | ` @sentry/node ` |
75
+ | ` new Http() ` | ` httpIntegration() ` | ` @sentry/node ` |
65
76
66
77
## Deprecate ` hub.bindClient() ` and ` makeMain() `
67
78
0 commit comments