Skip to content

Commit 3a410a8

Browse files
authored
doc(deno): Make Deno v2 the minimum supported version (#15085)
1 parent 8433d45 commit 3a410a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/migration/v8-to-v9.md

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ We no longer test against Node 14 and Node 16 and cannot guarantee that the SDK
3838

3939
If you need to support older browsers, we recommend transpiling your code using Babel or similar tooling.
4040

41+
**Deno:** The minimum supported Deno version is now **2.0.0**.
42+
4143
### Framework Support Changes
4244

4345
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
271273

272274
### `@sentry/deno`
273275

276+
The minimum supported Deno version is now **2.0.0**.
277+
274278
- `@sentry/deno` is no longer published on `deno.land` so you'll need to import
275279
from npm:
276280

0 commit comments

Comments
 (0)