Skip to content

Commit

Permalink
fix(tracing): Adjust sideEffects package.json entry for v7 (#4987)
Browse files Browse the repository at this point in the history
adjust the fix from #4955 which was merged into 6.19.7 for v7. Change the sideEffects paths in package.json of @sentry/tracing by renaming the `dist` dir to `cjs`.
  • Loading branch information
Lms24 authored and AbhiPrasad committed May 30, 2022
1 parent 930e6f8 commit c6f8f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"extends": "../../package.json"
},
"sideEffects": [
"./dist/index.js",
"./cjs/index.js",
"./esm/index.js",
"./build/npm/dist/index.js",
"./build/npm/cjs/index.js",
"./build/npm/esm/index.js",
"./src/index.ts"
]
Expand Down

0 comments on commit c6f8f22

Please sign in to comment.