Skip to content

Commit a8125b4

Browse files
renovate[bot]rushilpatel0
authored andcommitted
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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.20.0/2.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.20.0/2.22.0?slim=true)](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 ([#&#8203;4022](https://redirect.github.com/getsentry/sentry-python/issues/4022)) by [@&#8203;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 ([#&#8203;4017](https://redirect.github.com/getsentry/sentry-python/issues/4017)) by [@&#8203;Zylphrex](https://redirect.github.com/Zylphrex) - Fix: Revert "feat(tracing): Add `propagate_traces` deprecation warning ([#&#8203;3899](https://redirect.github.com/getsentry/sentry-python/issues/3899))" ([#&#8203;4055](https://redirect.github.com/getsentry/sentry-python/issues/4055)) by [@&#8203;cmanallen](https://redirect.github.com/cmanallen) - Tests: Generate Web 1 group tox entries by toxgen script ([#&#8203;3980](https://redirect.github.com/getsentry/sentry-python/issues/3980)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Tests: Generate Web 2 group tox entries by toxgen script ([#&#8203;3981](https://redirect.github.com/getsentry/sentry-python/issues/3981)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Tests: Generate Tasks group tox entries by toxgen script ([#&#8203;3976](https://redirect.github.com/getsentry/sentry-python/issues/3976)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Tests: Generate AI group tox entries by toxgen script ([#&#8203;3977](https://redirect.github.com/getsentry/sentry-python/issues/3977)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Tests: Generate DB group tox entries by toxgen script ([#&#8203;3978](https://redirect.github.com/getsentry/sentry-python/issues/3978)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Tests: Generate Misc group tox entries by toxgen script ([#&#8203;3982](https://redirect.github.com/getsentry/sentry-python/issues/3982)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Tests: Generate Flags group tox entries by toxgen script ([#&#8203;3974](https://redirect.github.com/getsentry/sentry-python/issues/3974)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Tests: Generate gRPC tox entries by toxgen script ([#&#8203;3979](https://redirect.github.com/getsentry/sentry-python/issues/3979)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Tests: Remove toxgen cutoff, add statsig ([#&#8203;4048](https://redirect.github.com/getsentry/sentry-python/issues/4048)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Tests: Reduce continuous profiling test flakiness ([#&#8203;4052](https://redirect.github.com/getsentry/sentry-python/issues/4052)) by [@&#8203;Zylphrex](https://redirect.github.com/Zylphrex) - Tests: Fix Clickhouse test ([#&#8203;4053](https://redirect.github.com/getsentry/sentry-python/issues/4053)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Tests: Fix flaky HTTPS test ([#&#8203;4057](https://redirect.github.com/getsentry/sentry-python/issues/4057)) by [@&#8203;Zylphrex](https://redirect.github.com/Zylphrex) - Update sample rate in DSC ([#&#8203;4018](https://redirect.github.com/getsentry/sentry-python/issues/4018)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Move the GraphQL group over to the tox gen script ([#&#8203;3975](https://redirect.github.com/getsentry/sentry-python/issues/3975)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Update changelog with `profile_session_sample_rate` ([#&#8203;4046](https://redirect.github.com/getsentry/sentry-python/issues/4046)) by [@&#8203;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 ([#&#8203;4026](https://redirect.github.com/getsentry/sentry-python/issues/4026)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Add `failed_request_status_codes` to Litestar ([#&#8203;4021](https://redirect.github.com/getsentry/sentry-python/issues/4021)) by [@&#8203;vrslev](https://redirect.github.com/vrslev) See https://docs.sentry.io/platforms/python/integrations/litestar/ for details. - Deprecate `enable_tracing` option ([#&#8203;3935](https://redirect.github.com/getsentry/sentry-python/issues/3935)) by [@&#8203;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 ([#&#8203;4039](https://redirect.github.com/getsentry/sentry-python/issues/4039)) by [@&#8203;mpurnell1](https://redirect.github.com/mpurnell1) - Fix bug where concurrent accesses to the flags property could raise a `RuntimeError` ([#&#8203;4034](https://redirect.github.com/getsentry/sentry-python/issues/4034)) by [@&#8203;cmanallen](https://redirect.github.com/cmanallen) - Add more min versions of frameworks ([#&#8203;3973](https://redirect.github.com/getsentry/sentry-python/issues/3973)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Set level based on status code for HTTP client breadcrumbs ([#&#8203;4004](https://redirect.github.com/getsentry/sentry-python/issues/4004)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Don't set transaction status to error on `sys.exit(0)` ([#&#8203;4025](https://redirect.github.com/getsentry/sentry-python/issues/4025)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Continuous profiling sample rate ([#&#8203;4002](https://redirect.github.com/getsentry/sentry-python/issues/4002)) by [@&#8203;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 ([#&#8203;4005](https://redirect.github.com/getsentry/sentry-python/issues/4005)) by [@&#8203;constantinius](https://redirect.github.com/constantinius) - Change continuous profile buffer size ([#&#8203;3987](https://redirect.github.com/getsentry/sentry-python/issues/3987)) by [@&#8203;Zylphrex](https://redirect.github.com/Zylphrex) - Handle `MultiPartParserError` to avoid internal sentry crash ([#&#8203;4001](https://redirect.github.com/getsentry/sentry-python/issues/4001)) by [@&#8203;orhanhenrik](https://redirect.github.com/orhanhenrik) - Handle `None` lineno in `get_source_context` ([#&#8203;3925](https://redirect.github.com/getsentry/sentry-python/issues/3925)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Add support for Python 3.12 and 3.13 to AWS Lambda integration ([#&#8203;3965](https://redirect.github.com/getsentry/sentry-python/issues/3965)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - Add `propagate_traces` deprecation warning ([#&#8203;3899](https://redirect.github.com/getsentry/sentry-python/issues/3899)) by [@&#8203;mgaligniana](https://redirect.github.com/mgaligniana) - Check that `__module__` is `str` ([#&#8203;3942](https://redirect.github.com/getsentry/sentry-python/issues/3942)) by [@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - Add `__repr__` to `Baggage` ([#&#8203;4043](https://redirect.github.com/getsentry/sentry-python/issues/4043)) by [@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - Fix a typo ([#&#8203;3923](https://redirect.github.com/getsentry/sentry-python/issues/3923)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - Fix various CI errors on master ([#&#8203;4009](https://redirect.github.com/getsentry/sentry-python/issues/4009)) by [@&#8203;Zylphrex](https://redirect.github.com/Zylphrex) - Split gevent tests off ([#&#8203;3964](https://redirect.github.com/getsentry/sentry-python/issues/3964)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Add tox generation script, but don't use it yet ([#&#8203;3971](https://redirect.github.com/getsentry/sentry-python/issues/3971)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Use `httpx_mock` in `test_httpx` ([#&#8203;3967](https://redirect.github.com/getsentry/sentry-python/issues/3967)) by [@&#8203;sl0thentr0py](https://redirect.github.com/sl0thentr0py) - Fix typo in test name ([#&#8203;4036](https://redirect.github.com/getsentry/sentry-python/issues/4036)) by [@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - Fix mypy ([#&#8203;4019](https://redirect.github.com/getsentry/sentry-python/issues/4019)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Test Celery's latest RC ([#&#8203;3938](https://redirect.github.com/getsentry/sentry-python/issues/3938)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Bump `actions/create-github-app-token` from `1.11.2` to `1.11.3` ([#&#8203;4023](https://redirect.github.com/getsentry/sentry-python/issues/4023)) by [@&#8203;dependabot](https://redirect.github.com/dependabot) - Bump `actions/create-github-app-token` from `1.11.1` to `1.11.2` ([#&#8203;4015](https://redirect.github.com/getsentry/sentry-python/issues/4015)) by [@&#8203;dependabot](https://redirect.github.com/dependabot) - Bump `codecov/codecov-action` from `5.1.2` to `5.3.1` ([#&#8203;3995](https://redirect.github.com/getsentry/sentry-python/issues/3995)) by [@&#8203;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 a8125b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"rustworkx>=0.15.1",
3838
"typing-extensions>=4.12.2",
3939
"termcolor>=2.4.0",
40-
"sentry-sdk==2.20.0",
40+
"sentry-sdk==2.22.0",
4141
"tenacity>=9.0.0",
4242
"click>=8.1.7",
4343
"requests>=2.32.3",

0 commit comments

Comments
 (0)