`@sentry/node` is throwing an export error on Deno Deploy
Hello, this is my first time using Deno. I was trying to use the
@sentry/node
client on deploy, but met with this error during compile:
It also throws the same error on deno locally but it works fine when using npm:@sentry/node
directive.
I also found that the esm.sh @sentry/node@7.41.0
version doesn't throw, but it doesn't work either. No error, no warning, and nothing gets sent to the DSN.
Here's the playground link or the snippet:
Any idea what to do next?0 Replies