Skip to content

doc(deno): Make Deno v2 the minimum supported version #15085

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading