Skip to content

Commit

Permalink
fix(docs): Fix package names for contextLinesIntegration in migration…
Browse files Browse the repository at this point in the history
… guide (#10503)

Co-authored-by: Luca Forstner <luca.forstner@sentry.io>
  • Loading branch information
rchl and lforst committed Feb 5, 2024
1 parent 32e72a1 commit 05fb074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit 05fb074

Please sign in to comment.