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 e4bd659 commit 4a192b6Copy full SHA for 4a192b6
CHANGES.md
@@ -1,3 +1,11 @@
1
+## 0.10.0
2
+
3
+* Massive refactor in preparation to tracing. There are no intentional breaking
4
+ changes, but there is a risk of breakage (hence the minor version bump). Two
5
+ new client options `traces_sample_rate` and `traceparent_v2` have been added.
6
+ Do not change the defaults in production, they will bring your application
7
+ down or at least fill your Sentry project up with nonsense events.
8
9
## 0.9.5
10
11
* Do not use ``getargspec`` on Python 3 to evade deprecation
0 commit comments