sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

Make Remix SDK ESM compat

Open AbhiPrasad opened this issue 1 year ago • 0 comments

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.

AbhiPrasad avatar Mar 12 '24 18:03 AbhiPrasad