-
Notifications
You must be signed in to change notification settings - Fork 52
Commit a8125b4
fix(deps): update dependency sentry-sdk to v2.22.0 (#436)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sentry-sdk](https://redirect.github.com/getsentry/sentry-python)
([changelog](https://redirect.github.com/getsentry/sentry-python/blob/master/CHANGELOG.md))
| `==2.20.0` -> `==2.22.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>getsentry/sentry-python (sentry-sdk)</summary>
###
[`v2.22.0`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2220)
[Compare
Source](https://redirect.github.com/getsentry/sentry-python/compare/2.21.0...2.22.0)
##### Various fixes & improvements
- **New integration:** Add [Statsig](https://statsig.com/) integration
([#​4022](https://redirect.github.com/getsentry/sentry-python/issues/4022))
by [@​aliu39](https://redirect.github.com/aliu39)
For more information, see the documentation for the
[TyperIntegration](https://docs.sentry.io/platforms/python/integrations/statsig/).
- Profiling: Continuous profiling lifecycle
([#​4017](https://redirect.github.com/getsentry/sentry-python/issues/4017))
by [@​Zylphrex](https://redirect.github.com/Zylphrex)
- Fix: Revert "feat(tracing): Add `propagate_traces` deprecation warning
([#​3899](https://redirect.github.com/getsentry/sentry-python/issues/3899))"
([#​4055](https://redirect.github.com/getsentry/sentry-python/issues/4055))
by [@​cmanallen](https://redirect.github.com/cmanallen)
- Tests: Generate Web 1 group tox entries by toxgen script
([#​3980](https://redirect.github.com/getsentry/sentry-python/issues/3980))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Tests: Generate Web 2 group tox entries by toxgen script
([#​3981](https://redirect.github.com/getsentry/sentry-python/issues/3981))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Tests: Generate Tasks group tox entries by toxgen script
([#​3976](https://redirect.github.com/getsentry/sentry-python/issues/3976))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Tests: Generate AI group tox entries by toxgen script
([#​3977](https://redirect.github.com/getsentry/sentry-python/issues/3977))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Tests: Generate DB group tox entries by toxgen script
([#​3978](https://redirect.github.com/getsentry/sentry-python/issues/3978))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Tests: Generate Misc group tox entries by toxgen script
([#​3982](https://redirect.github.com/getsentry/sentry-python/issues/3982))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Tests: Generate Flags group tox entries by toxgen script
([#​3974](https://redirect.github.com/getsentry/sentry-python/issues/3974))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Tests: Generate gRPC tox entries by toxgen script
([#​3979](https://redirect.github.com/getsentry/sentry-python/issues/3979))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Tests: Remove toxgen cutoff, add statsig
([#​4048](https://redirect.github.com/getsentry/sentry-python/issues/4048))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Tests: Reduce continuous profiling test flakiness
([#​4052](https://redirect.github.com/getsentry/sentry-python/issues/4052))
by [@​Zylphrex](https://redirect.github.com/Zylphrex)
- Tests: Fix Clickhouse test
([#​4053](https://redirect.github.com/getsentry/sentry-python/issues/4053))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Tests: Fix flaky HTTPS test
([#​4057](https://redirect.github.com/getsentry/sentry-python/issues/4057))
by [@​Zylphrex](https://redirect.github.com/Zylphrex)
- Update sample rate in DSC
([#​4018](https://redirect.github.com/getsentry/sentry-python/issues/4018))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Move the GraphQL group over to the tox gen script
([#​3975](https://redirect.github.com/getsentry/sentry-python/issues/3975))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Update changelog with `profile_session_sample_rate`
([#​4046](https://redirect.github.com/getsentry/sentry-python/issues/4046))
by [@​sentrivana](https://redirect.github.com/sentrivana)
###
[`v2.21.0`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2210)
[Compare
Source](https://redirect.github.com/getsentry/sentry-python/compare/2.20.0...2.21.0)
##### Various fixes & improvements
- Fix incompatibility with new Strawberry version
([#​4026](https://redirect.github.com/getsentry/sentry-python/issues/4026))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Add `failed_request_status_codes` to Litestar
([#​4021](https://redirect.github.com/getsentry/sentry-python/issues/4021))
by [@​vrslev](https://redirect.github.com/vrslev)
See https://docs.sentry.io/platforms/python/integrations/litestar/ for
details.
- Deprecate `enable_tracing` option
([#​3935](https://redirect.github.com/getsentry/sentry-python/issues/3935))
by [@​antonpirker](https://redirect.github.com/antonpirker)
The `enable_tracing` option is now deprecated. Please use
`traces_sample_rate` instead. See
https://docs.sentry.io/platforms/python/configuration/options/#traces_sample_rate
for more information.
- Explicitly use `None` default when checking metadata
([#​4039](https://redirect.github.com/getsentry/sentry-python/issues/4039))
by [@​mpurnell1](https://redirect.github.com/mpurnell1)
- Fix bug where concurrent accesses to the flags property could raise a
`RuntimeError`
([#​4034](https://redirect.github.com/getsentry/sentry-python/issues/4034))
by [@​cmanallen](https://redirect.github.com/cmanallen)
- Add more min versions of frameworks
([#​3973](https://redirect.github.com/getsentry/sentry-python/issues/3973))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Set level based on status code for HTTP client breadcrumbs
([#​4004](https://redirect.github.com/getsentry/sentry-python/issues/4004))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Don't set transaction status to error on `sys.exit(0)`
([#​4025](https://redirect.github.com/getsentry/sentry-python/issues/4025))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Continuous profiling sample rate
([#​4002](https://redirect.github.com/getsentry/sentry-python/issues/4002))
by [@​Zylphrex](https://redirect.github.com/Zylphrex)
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.
- Track and report spans that were dropped
([#​4005](https://redirect.github.com/getsentry/sentry-python/issues/4005))
by [@​constantinius](https://redirect.github.com/constantinius)
- Change continuous profile buffer size
([#​3987](https://redirect.github.com/getsentry/sentry-python/issues/3987))
by [@​Zylphrex](https://redirect.github.com/Zylphrex)
- Handle `MultiPartParserError` to avoid internal sentry crash
([#​4001](https://redirect.github.com/getsentry/sentry-python/issues/4001))
by [@​orhanhenrik](https://redirect.github.com/orhanhenrik)
- Handle `None` lineno in `get_source_context`
([#​3925](https://redirect.github.com/getsentry/sentry-python/issues/3925))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Add support for Python 3.12 and 3.13 to AWS Lambda integration
([#​3965](https://redirect.github.com/getsentry/sentry-python/issues/3965))
by [@​antonpirker](https://redirect.github.com/antonpirker)
- Add `propagate_traces` deprecation warning
([#​3899](https://redirect.github.com/getsentry/sentry-python/issues/3899))
by [@​mgaligniana](https://redirect.github.com/mgaligniana)
- Check that `__module__` is `str`
([#​3942](https://redirect.github.com/getsentry/sentry-python/issues/3942))
by
[@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- Add `__repr__` to `Baggage`
([#​4043](https://redirect.github.com/getsentry/sentry-python/issues/4043))
by
[@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- Fix a typo
([#​3923](https://redirect.github.com/getsentry/sentry-python/issues/3923))
by [@​antonpirker](https://redirect.github.com/antonpirker)
- Fix various CI errors on master
([#​4009](https://redirect.github.com/getsentry/sentry-python/issues/4009))
by [@​Zylphrex](https://redirect.github.com/Zylphrex)
- Split gevent tests off
([#​3964](https://redirect.github.com/getsentry/sentry-python/issues/3964))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Add tox generation script, but don't use it yet
([#​3971](https://redirect.github.com/getsentry/sentry-python/issues/3971))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Use `httpx_mock` in `test_httpx`
([#​3967](https://redirect.github.com/getsentry/sentry-python/issues/3967))
by [@​sl0thentr0py](https://redirect.github.com/sl0thentr0py)
- Fix typo in test name
([#​4036](https://redirect.github.com/getsentry/sentry-python/issues/4036))
by
[@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- Fix mypy
([#​4019](https://redirect.github.com/getsentry/sentry-python/issues/4019))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Test Celery's latest RC
([#​3938](https://redirect.github.com/getsentry/sentry-python/issues/3938))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Bump `actions/create-github-app-token` from `1.11.2` to `1.11.3`
([#​4023](https://redirect.github.com/getsentry/sentry-python/issues/4023))
by [@​dependabot](https://redirect.github.com/dependabot)
- Bump `actions/create-github-app-token` from `1.11.1` to `1.11.2`
([#​4015](https://redirect.github.com/getsentry/sentry-python/issues/4015))
by [@​dependabot](https://redirect.github.com/dependabot)
- Bump `codecov/codecov-action` from `5.1.2` to `5.3.1`
([#​3995](https://redirect.github.com/getsentry/sentry-python/issues/3995))
by [@​dependabot](https://redirect.github.com/dependabot)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "* 0-3 * * 1" (UTC).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/codegen-sh/codegen-sdk).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent fa95ae6 commit a8125b4Copy full SHA for a8125b4
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
0 commit comments