diff --git a/docs/migration/v8-to-v9.md b/docs/migration/v8-to-v9.md index 7eaf78ed81d4..ece0a1b957aa 100644 --- a/docs/migration/v8-to-v9.md +++ b/docs/migration/v8-to-v9.md @@ -38,6 +38,8 @@ We no longer test against Node 14 and Node 16 and cannot guarantee that the SDK If you need to support older browsers, we recommend transpiling your code using Babel or similar tooling. +**Deno:** The minimum supported Deno version is now **2.0.0**. + ### Framework Support Changes Support for the following Framework versions is dropped: @@ -271,6 +273,8 @@ Let us know if this is causing issues in your setup by opening an issue on GitHu ### `@sentry/deno` +The minimum supported Deno version is now **2.0.0**. + - `@sentry/deno` is no longer published on `deno.land` so you'll need to import from npm: