Description
Description
The deno.land registry has been deprecated in favour of JSR.
However, Deno v2 now has full Node and npm support.
Removing support for Deno v1 would simplify a lot.
If we drop support for v1 we could suggest customers just use @sentry/node
with Deno but they would have to allow all permissions and we already have Deno specific transport and integrations that respect Deno's permissions model.
We should probably:
- Remove support for Deno v1 in v9 of the JavaScript SDKs
- Stop bundling all the code into the Deno SDK package #15010
- Stop publishing
@sentry/deno
to deno.land #15015 - Add deprecation notice on deno.land
- Export more
@sentry/node
integrations since they'll now work in Deno - Update all the docs to reflect the above