From ded8c6e43ca242f7afb81cc43775b45a0fe3e37b Mon Sep 17 00:00:00 2001 From: Tim Fish Date: Mon, 20 Jan 2025 16:41:09 +0100 Subject: [PATCH] doc(deno): Make Deno v2 the minimum supported version --- docs/migration/v8-to-v9.md | 4 ++++ 1 file changed, 4 insertions(+) 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: