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
+4-2
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@
17
17
- Set level based on status code for HTTP client breadcrumbs (#4004) by @sentrivana
18
18
- Don't set transaction status to error on `sys.exit(0)` (#4025) by @sentrivana
19
19
- Continuous profiling sample rate (#4002) by @Zylphrex
20
+
21
+
Set `profile_session_sample_rate=1.0` in your `init()` to collect continuous profiles for 100% of profile sessions. See https://docs.sentry.io/platforms/python/profiling/#enable-continuous-profiling for more information.
20
22
- Track and report spans that were dropped (#4005) by @constantinius
21
23
- Change continuous profile buffer size (#3987) by @Zylphrex
22
24
- Handle `MultiPartParserError` to avoid internal sentry crash (#4001) by @orhanhenrik
@@ -40,7 +42,7 @@
40
42
## 2.20.0
41
43
42
44
- **New integration:** Add [Typer](https://typer.tiangolo.com/) integration (#3869) by @patrick91
43
-
45
+
44
46
For more information, see the documentation for the [TyperIntegration](https://docs.sentry.io/platforms/python/integrations/typer/).
0 commit comments