Skip to content

Commit 05fb074

Browse files
rchlLuca Forstner
and
Luca Forstner
authored
fix(docs): Fix package names for contextLinesIntegration in migration guide (#10503)
Co-authored-by: Luca Forstner <[email protected]>
1 parent 32e72a1 commit 05fb074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The following list shows how integrations should be migrated:
6060
| `new RewriteFrames()` | `rewriteFramesIntegration()` | `@sentry/integrations` |
6161
| `new SessionTiming()` | `sessionTimingIntegration()` | `@sentry/integrations` |
6262
| `new HttpClient()` | `httpClientIntegration()` | `@sentry/integrations` |
63-
| `new ContextLines()` | `contextLinesIntegration()` | `@sentry/browser`, `@sentry/node`, `@sentry/deno` |
63+
| `new ContextLines()` | `contextLinesIntegration()` | `@sentry/integrations`, `@sentry/node`, `@sentry/deno`, `@sentry/bun` |
6464
| `new Breadcrumbs()` | `breadcrumbsIntegration()` | `@sentry/browser`, `@sentry/deno` |
6565
| `new GlobalHandlers()` | `globalHandlersIntegration()` | `@sentry/browser` , `@sentry/deno` |
6666
| `new HttpContext()` | `httpContextIntegration()` | `@sentry/browser` |

0 commit comments

Comments
 (0)