We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e72a1 commit 05fb074Copy full SHA for 05fb074
MIGRATION.md
@@ -60,7 +60,7 @@ The following list shows how integrations should be migrated:
60
| `new RewriteFrames()` | `rewriteFramesIntegration()` | `@sentry/integrations` |
61
| `new SessionTiming()` | `sessionTimingIntegration()` | `@sentry/integrations` |
62
| `new HttpClient()` | `httpClientIntegration()` | `@sentry/integrations` |
63
-| `new ContextLines()` | `contextLinesIntegration()` | `@sentry/browser`, `@sentry/node`, `@sentry/deno` |
+| `new ContextLines()` | `contextLinesIntegration()` | `@sentry/integrations`, `@sentry/node`, `@sentry/deno`, `@sentry/bun` |
64
| `new Breadcrumbs()` | `breadcrumbsIntegration()` | `@sentry/browser`, `@sentry/deno` |
65
| `new GlobalHandlers()` | `globalHandlersIntegration()` | `@sentry/browser` , `@sentry/deno` |
66
| `new HttpContext()` | `httpContextIntegration()` | `@sentry/browser` |
0 commit comments