Commit 747e236
authored
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.1 parent eec98a3 commit 747e236
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
0 commit comments