We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8433d45 commit 3a410a8Copy full SHA for 3a410a8
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
38
39
If you need to support older browsers, we recommend transpiling your code using Babel or similar tooling.
40
41
+**Deno:** The minimum supported Deno version is now **2.0.0**.
42
+
43
### Framework Support Changes
44
45
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
271
273
272
274
### `@sentry/deno`
275
276
+The minimum supported Deno version is now **2.0.0**.
277
278
- `@sentry/deno` is no longer published on `deno.land` so you'll need to import
279
from npm:
280
0 commit comments