Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(remix): add esm export for node (#12663)
We are running remix in ESM mode, but the exports in package.json is pointing to the CommonJS module, which results in the SDK running in CommonJS mode instead of ESM. This lead to the instrumentations not running/detecting properly.
- Loading branch information