Skip to content

Commit 5f350b0

Browse files
authored
Mark tracing distributables as side effects (#3519)
1 parent eb756d2 commit 5f350b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/tracing/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
}
8787
},
8888
"sideEffects": [
89+
"./dist/index.js",
90+
"./esm/index.js",
8991
"./src/index.ts"
9092
]
9193
}

0 commit comments

Comments
 (0)