@@ -34,17 +34,31 @@ integrations from the `Integrations.XXX` hash, is deprecated in favor of using t
3434
3535The following list shows how integrations should be migrated:
3636
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 `                                                                                        | 
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 `                                                                                        | 
57+ |  ` new Breadcrumbs() `        |  ` breadcrumbsIntegration() `        |  ` @sentry/browser ` , ` @sentry/deno `                                                                        | 
58+ |  ` new GlobalHandlers() `     |  ` globalHandlersIntegration() `     |  ` @sentry/browser `                                                                                        | 
59+ |  ` new HttpContext() `        |  ` httpContextIntegration() `        |  ` @sentry/browser `                                                                                        | 
60+ |  ` new TryCatch() `           |  ` browserApiErrorsIntegration() `   |  ` @sentry/browser ` , ` @sentry/deno `                                                                        | 
61+ |  ` new VueIntegration() `     |  ` vueIntegration() `                |  ` @sentry/vue `                                                                                            | 
4862
4963## Deprecate ` hub.bindClient() `  and ` makeMain() `   
5064
0 commit comments