We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339dd08 commit a101335Copy full SHA for a101335
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
## Unreleased
4
5
+## 2.0.0-beta1
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
11
+- Using `3.0.0-beta1` of Sentry PHP SDK
12
+- Add support for Tracing, enable it by setting `traces_sample_rate` in the config to a value > 1
13
14
## 1.8.0
15
16
- Add `send_default_pii` option by default to published config file (#340)
0 commit comments