Package + Version
Version:
Description
When importing modules using Node's native ESM support which was taken out of preview in Node 14.0 code preview in Sentry issues have stopped working entirely.
Minimal example https://github.com/richardsimko/sentry-esm
I'm guessing it has something to do with how Sentry hooks in to the Common JS module loader in Node and since ESM uses a different loader the same hooks may be needed there.
Package + Version
@sentry/browser@sentry/noderaven-jsraven-node(raven for node)Version:
Description
When importing modules using Node's native ESM support which was taken out of preview in Node 14.0 code preview in Sentry issues have stopped working entirely.
Minimal example https://github.com/richardsimko/sentry-esm
I'm guessing it has something to do with how Sentry hooks in to the Common JS module loader in Node and since ESM uses a different loader the same hooks may be needed there.