diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b6e3433d3..c3b8d74d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,14 @@ SentryFlutter.init((options) => options..prependExceptionTypeIdentifier(MyCustomExceptionIdentifier())); ``` +### Deprecated + +- Deprecate `enableTracing` ([#2199](https://github.com/getsentry/sentry-dart/pull/2199)) + - 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 want to disable performance monitoring, remove the `tracesSampler` and `tracesSampleRate` options. + ## 8.5.0 ### Features