Skip to content

Commit 73a61c6

Browse files
authored
Update changelog with profile_session_sample_rate (#4046)
1 parent a78af17 commit 73a61c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
- Set level based on status code for HTTP client breadcrumbs (#4004) by @sentrivana
1818
- Don't set transaction status to error on `sys.exit(0)` (#4025) by @sentrivana
1919
- 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.
2022
- Track and report spans that were dropped (#4005) by @constantinius
2123
- Change continuous profile buffer size (#3987) by @Zylphrex
2224
- Handle `MultiPartParserError` to avoid internal sentry crash (#4001) by @orhanhenrik
@@ -40,7 +42,7 @@
4042
## 2.20.0
4143

4244
- **New integration:** Add [Typer](https://typer.tiangolo.com/) integration (#3869) by @patrick91
43-
45+
4446
For more information, see the documentation for the [TyperIntegration](https://docs.sentry.io/platforms/python/integrations/typer/).
4547

4648
- **New integration:** Add [Unleash](https://www.getunleash.io/) feature flagging integration (#3888) by @aliu39
@@ -122,7 +124,7 @@
122124
### Various fixes & improvements
123125

124126
- **New integration:** Add [LaunchDarkly](https://launchdarkly.com/) integration (#3648) by @cmanallen
125-
127+
126128
For more information, see the documentation for the [LaunchDarklyIntegration](https://docs.sentry.io/platforms/python/integrations/launchdarkly/).
127129

128130
- **New integration:** Add [OpenFeature](https://openfeature.dev/) feature flagging integration (#3648) by @cmanallen

0 commit comments

Comments
 (0)