diff --git a/MIGRATION.md b/MIGRATION.md index 1f157fc735cc..4006ae6e1c3f 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -60,7 +60,7 @@ The following list shows how integrations should be migrated: | `new RewriteFrames()` | `rewriteFramesIntegration()` | `@sentry/integrations` | | `new SessionTiming()` | `sessionTimingIntegration()` | `@sentry/integrations` | | `new HttpClient()` | `httpClientIntegration()` | `@sentry/integrations` | -| `new ContextLines()` | `contextLinesIntegration()` | `@sentry/browser`, `@sentry/node`, `@sentry/deno` | +| `new ContextLines()` | `contextLinesIntegration()` | `@sentry/integrations`, `@sentry/node`, `@sentry/deno`, `@sentry/bun` | | `new Breadcrumbs()` | `breadcrumbsIntegration()` | `@sentry/browser`, `@sentry/deno` | | `new GlobalHandlers()` | `globalHandlersIntegration()` | `@sentry/browser` , `@sentry/deno` | | `new HttpContext()` | `httpContextIntegration()` | `@sentry/browser` |