Skip to content

Commit

Permalink
changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Jul 12, 2024
1 parent 62ab5ec commit 1a2f081
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@

- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott

### Important Changes

- **ref: Deprecate `enableTracing` (12897)**

The `enableTracing` option has been deprecated and will be removed in the next major version. We recommend removing it
in favor of the `tracesSampleRate` and `tracesSampler` options. If you want to enable performance monitoring, please set
the `tracesSampleRate` to a sample rate of your choice, or provide a sampling function as `tracesSampler` option
instead. If you wan't to disable performance monitoring, remove the `tracesSampler` option and set the
`tracesSampleRate` to `0` or `undefined`.

Work in this release was contributed by @GitSquared. Thank you for your contribution!

## 8.17.0
Expand Down

0 comments on commit 1a2f081

Please sign in to comment.