diff --git a/packages/tracing/package.json b/packages/tracing/package.json index 4cdc56f98534..29ab7f3ec66d 100644 --- a/packages/tracing/package.json +++ b/packages/tracing/package.json @@ -80,8 +80,8 @@ } }, "sideEffects": [ - "./dist/index.js", - "./esm/index.js", + "./npm/dist/index.js", + "./npm/esm/index.js", "./src/index.ts" ] }