Skip to content

Commit eb09c28

Browse files
fix(tracing): Update sideEffects with new build paths. (getsentry#4874)
Updated tracing `sideEffects` to reflect new build paths under `build/npm/` Co-authored-by: Abhijeet Prasad <[email protected]>
1 parent 0a985ce commit eb09c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tracing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
}
8181
},
8282
"sideEffects": [
83-
"./dist/index.js",
84-
"./esm/index.js",
83+
"./npm/dist/index.js",
84+
"./npm/esm/index.js",
8585
"./src/index.ts"
8686
]
8787
}

0 commit comments

Comments
 (0)