Skip to content
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