You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## Unreleased
4
4
5
+
## 4.0.0 (2021-01-19)
6
+
7
+
**Breaking Change**: This version uses the [envelope endpoint](https://develop.sentry.dev/sdk/envelopes/). If you are
8
+
using an on-premise installation it requires Sentry version `>= v20.6.0` to work. If you are using
9
+
[sentry.io](https://sentry.io) nothing will change and no action is needed.
10
+
5
11
- Enable back all error listeners from base SDK integration (#322)
6
12
- Add `options.traces_sampler` and `options.traces_sample_rate` configuration options (#385)
7
13
-[BC BREAK] Remove the `options.project_root` configuration option. Instead of setting it, use a combination of `options.in_app_include` and `options.in_app_exclude` (#385)
0 commit comments