Skip to content

Commit 149ff46

Browse files
committed
ref: Add side effects true to tracing
1 parent 66b9609 commit 149ff46

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/apm/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@
1919

2020
## General
2121

22-
Note: This package is deprecated in favour of `@sentry/tracing` and will be removed in a future major release. We are still
23-
publishing `@sentry/apm` packages for backwards compatibility.
24-
2522
This package contains extensions to the `@sentry/hub` to enable APM related functionality. It also provides integrations for Browser and Node that provide a good experience out of the box.

packages/tracing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@
8282
}
8383
}
8484
},
85-
"sideEffects": false
85+
"sideEffects": true
8686
}

0 commit comments

Comments
 (0)