From 62abce1a2730a9f4dafbb20a279b5d8ca0b48607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Mon, 5 Feb 2024 20:46:53 +0100 Subject: [PATCH 1/2] fix(docs): wrong package names for contextLinesIntegration --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index 1f157fc735cc..b3bd7631098c 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/deno` | | `new Breadcrumbs()` | `breadcrumbsIntegration()` | `@sentry/browser`, `@sentry/deno` | | `new GlobalHandlers()` | `globalHandlersIntegration()` | `@sentry/browser` , `@sentry/deno` | | `new HttpContext()` | `httpContextIntegration()` | `@sentry/browser` | From 9018f3dda1cabe76aa1ed5d3ca9210062dcecfe2 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Mon, 5 Feb 2024 20:32:35 +0000 Subject: [PATCH 2/2] fix --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index b3bd7631098c..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/integrations`, `@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` |