Skip to content

Commit

Permalink
doc(deno): Make Deno v2 the minimum supported version (#15085)
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish authored Jan 20, 2025
1 parent 8433d45 commit 3a410a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/migration/v8-to-v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 3a410a8

Please sign in to comment.