Skip to content

Commit 039c220

Browse files
committed
Updated changelog
1 parent c83e742 commit 039c220

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

CHANGELOG.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44

55
### Various fixes & improvements
66

7-
- feat: Send PII to Spotlight when no DSN is set (#3804) by @BYK
7+
- New: introduce `rust_tracing` integration. See https://docs.sentry.io/platforms/python/integrations/rust_tracing/ (#3717) by @matt-codecov
88
- Auto enable Litestar integration (#3540) by @provinzkraut
9+
- Deprecate `sentry_sdk.init` context manager (#3729) by @szokeasaurusrex
10+
- feat(spotlight): Send PII to Spotlight when no DSN is set (#3804) by @BYK
11+
- feat(spotlight): Add info logs when Sentry is enabled (#3735) by @BYK
12+
- feat(spotlight): Inject Spotlight button on Django (#3751) by @BYK
13+
- feat(spotlight): Auto enable cache_spans for Spotlight on DEBUG (#3791) by @BYK
14+
- fix(logging): Handle parameter `stack_info` for the `LoggingIntegration` (#3745) by @gmcrocetti
15+
- fix(pure-eval): Make sentry-sdk[pure-eval] installable with pip==24.0 (#3757) by @sentrivana
16+
- fix(rust_tracing): include_tracing_fields arg to control unvetted data in rust_tracing integration (#3780) by @matt-codecov
17+
- fix(aws) Fix aws lambda tests (by reducing event size) (#3770) by @antonpirker
18+
- fix(arq): fix integration with Worker settings as a dict (#3742) by @saber-solooki
919
- fix(httpx): Prevent Sentry baggage duplication (#3728) by @szokeasaurusrex
10-
- test(gcp): Only run GCP tests when they should (#3721) by @szokeasaurusrex
1120
- fix(falcon): Don't exhaust request body stream (#3768) by @szokeasaurusrex
12-
- fix(integrations): Check retries_left before capturing exception (#3803) by @malkovro
21+
- fix(integrations): Check `retries_left` before capturing exception (#3803) by @malkovro
1322
- fix(openai): Use name instead of description (#3807) by @sourceful-rob
14-
- Shorten CI workflow names (#3805) by @sentrivana
23+
- test(gcp): Only run GCP tests when they should (#3721) by @szokeasaurusrex
24+
- chore: Shorten CI workflow names (#3805) by @sentrivana
25+
- chore: Test with pyspark prerelease (#3760) by @sentrivana
1526
- build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (#3792) by @dependabot
16-
- feat(spotlight): Auto enable cache_spans for Spotlight on DEBUG (#3791) by @BYK
17-
- Make sentry-sdk[pure-eval] installable with pip==24.0 (#3757) by @sentrivana
18-
- tests: Test with pyspark prerelease (#3760) by @sentrivana
19-
- fix: include_tracing_fields arg to control unvetted data in rust_tracing integration (#3780) by @matt-codecov
20-
- feat: introduce rust_tracing integration (#3717) by @matt-codecov
21-
- Fix aws lambda tests (by reducing event size) (#3770) by @antonpirker
22-
- feat(spotlight): Inject Spotlight button on Django (#3751) by @BYK
23-
- ref(init): Deprecate `sentry_sdk.init` context manager (#3729) by @szokeasaurusrex
24-
- Handle parameter `stack_info` for the `LoggingIntegration` (#3745) by @gmcrocetti
25-
- Fix(Arq): fix integration with Worker settings as a dict (#3742) by @saber-solooki
26-
- feat(spotlight): Add info logs when Sentry is enabled (#3735) by @BYK
2727
- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#3691) by @dependabot
2828

2929
## 2.18.0

0 commit comments

Comments
 (0)