@@ -28,13 +28,26 @@ integrations from the `Integrations.XXX` hash, is deprecated in favor of using t
2828
2929The following list shows how integrations should be migrated:
3030
31- | Old | New |
32- | ------------------------ | ------------------------------- |
33- | ` new InboundFilters() ` | ` inboundFiltersIntegrations() ` |
34- | ` new FunctionToString() ` | ` functionToStringIntegration() ` |
35- | ` new LinkedErrors() ` | ` linkedErrorsIntegration() ` |
36- | ` new ModuleMetadata() ` | ` moduleMetadataIntegration() ` |
37- | ` new RequestData() ` | ` requestDataIntegration() ` |
31+ | Old | New |
32+ | ------------------------- | -------------------------------- |
33+ | ` new InboundFilters() ` | ` inboundFiltersIntegrations() ` |
34+ | ` new FunctionToString() ` | ` functionToStringIntegration() ` |
35+ | ` new LinkedErrors() ` | ` linkedErrorsIntegration() ` |
36+ | ` new ModuleMetadata() ` | ` moduleMetadataIntegration() ` |
37+ | ` new CaptureConsole() ` | ` captureConsoleIntegration() ` |
38+ | ` new Debug() ` | ` debugIntegration() ` |
39+ | ` new Dedupe() ` | ` dedupeIntegration() ` |
40+ | ` new ExtraErrorData() ` | ` extraErrorDataIntegration() ` |
41+ | ` new ReportingObserver() ` | ` reportingObserverIntegration() ` |
42+ | ` new RewriteFrames() ` | ` rewriteFramesIntegration() ` |
43+ | ` new SessionTiming() ` | ` sessionTimingIntegration() ` |
44+ | ` new HttpClient() ` | ` httpClientIntegration() ` |
45+ | ` new ContextLines() ` | ` contextLinesIntegration() ` |
46+ | ` new Breadcrumbs() ` | ` breadcrumbsIntegration() ` |
47+ | ` new GlobalHandlers() ` | ` globalHandlersIntegration() ` |
48+ | ` new HttpContext() ` | ` httpContextIntegration() ` |
49+ | ` new LinkedErrors() ` | ` linkedErrorsIntegration() ` |
50+ | ` new TryCatch() ` | ` browserApiErrorsIntegration() ` |
3851
3952## Deprecate ` hub.bindClient() ` and ` makeMain() `
4053
0 commit comments