sentry-javascript
sentry-javascript copied to clipboard
Make Remix SDK ESM compat
The remix SDK currently does a dynamic require https://github.com/getsentry/sentry-javascript/blob/dcb6c240373dd87a1063386aeeafcd97c9f47585/packages/remix/src/utils/instrumentServer.ts#L547-L549
This makes it non-esm compatible. We should find a way around this.