Update dependency sentry-sdk to >=2.34.1 #161

Open
renovate wants to merge 1 commit from renovate/sentry-sdk-2.x into main
Member

This PR contains the following updates:

Package Change Age Confidence
sentry-sdk (changelog) >=2.33.0 -> >=2.34.1 age confidence

Release Notes

getsentry/sentry-python (sentry-sdk)

v2.34.1

Compare Source

Various fixes & improvements

v2.34.0

Compare Source

Various fixes & improvements

v2.33.2

Compare Source

Various fixes & improvements

v2.33.1

Compare Source

Various fixes & improvements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [sentry-sdk](https://github.com/getsentry/sentry-python) ([changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | `>=2.33.0` -> `>=2.34.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.34.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.33.0/2.34.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.34.1`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2341) [Compare Source](https://github.com/getsentry/sentry-python/compare/2.34.0...2.34.1) ##### Various fixes & improvements - Fix: Make sure Span data in AI instrumentations is always a primitive data type ([#&#8203;4643](https://github.com/getsentry/sentry-python/issues/4643)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Fix: Typo in CHANGELOG.md ([#&#8203;4640](https://github.com/getsentry/sentry-python/issues/4640)) by [@&#8203;jgillard](https://github.com/jgillard) ### [`v2.34.0`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2340) [Compare Source](https://github.com/getsentry/sentry-python/compare/2.33.2...2.34.0) ##### Various fixes & improvements - Considerably raise `DEFAULT_MAX_VALUE_LENGTH` ([#&#8203;4632](https://github.com/getsentry/sentry-python/issues/4632)) by [@&#8203;sentrivana](https://github.com/sentrivana) We have increased the string trimming limit considerably, allowing you to see more data without it being truncated. Note that this might, in rare cases, result in issue regrouping, for example if you're capturing message events with very long messages (longer than the default 1024 characters/bytes). If you want to adjust the limit, you can set a [`max_value_length`](https://docs.sentry.io/platforms/python/configuration/options/#max_value_length) in your `sentry_sdk.init()`. - `OpenAI` integration update ([#&#8203;4612](https://github.com/getsentry/sentry-python/issues/4612)) by [@&#8203;antonpirker](https://github.com/antonpirker) The `OpenAIIntegration` now supports [OpenAI Responses API](https://platform.openai.com/docs/api-reference/responses). The data captured will also show up in the new [AI Agents Dashboard](https://docs.sentry.io/product/insights/agents/dashboard/). This works out of the box, nothing to do on your side. - Expose `set_transaction_name` ([#&#8203;4634](https://github.com/getsentry/sentry-python/issues/4634)) by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) - Fix(Celery): Latency should be in milliseconds, not seconds ([#&#8203;4637](https://github.com/getsentry/sentry-python/issues/4637)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Fix(Django): Treat `django.template.context.BasicContext` as sequence in serializer ([#&#8203;4621](https://github.com/getsentry/sentry-python/issues/4621)) by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) - Fix(Huggingface): Fix `huggingface_hub` CI tests. ([#&#8203;4619](https://github.com/getsentry/sentry-python/issues/4619)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Fix: Ignore deliberate thread exception warnings ([#&#8203;4611](https://github.com/getsentry/sentry-python/issues/4611)) by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) - Fix: Socket tests to not use example.com ([#&#8203;4627](https://github.com/getsentry/sentry-python/issues/4627)) by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) - Fix: Threading run patch ([#&#8203;4610](https://github.com/getsentry/sentry-python/issues/4610)) by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) - Tests: Simplify celery double patching test ([#&#8203;4626](https://github.com/getsentry/sentry-python/issues/4626)) by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) - Tests: Remove remote example.com calls ([#&#8203;4622](https://github.com/getsentry/sentry-python/issues/4622)) by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) - Tests: tox.ini update ([#&#8203;4635](https://github.com/getsentry/sentry-python/issues/4635)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Tests: Update tox ([#&#8203;4609](https://github.com/getsentry/sentry-python/issues/4609)) by [@&#8203;sentrivana](https://github.com/sentrivana) ### [`v2.33.2`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2332) [Compare Source](https://github.com/getsentry/sentry-python/compare/2.33.1...2.33.2) ##### Various fixes & improvements - ref(spotlight): Do not import `sentry_sdk.spotlight` unless enabled ([#&#8203;4607](https://github.com/getsentry/sentry-python/issues/4607)) by [@&#8203;sentrivana](https://github.com/sentrivana) - ref(gnu-integration): update clickhouse stacktrace parsing ([#&#8203;4598](https://github.com/getsentry/sentry-python/issues/4598)) by [@&#8203;MeredithAnya](https://github.com/MeredithAnya) ### [`v2.33.1`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2331) [Compare Source](https://github.com/getsentry/sentry-python/compare/2.33.0...2.33.1) ##### Various fixes & improvements - fix(integrations): allow explicit op parameter in `ai_track` ([#&#8203;4597](https://github.com/getsentry/sentry-python/issues/4597)) by [@&#8203;mshavliuk](https://github.com/mshavliuk) - fix: Fix `abs_path` bug in `serialize_frame` ([#&#8203;4599](https://github.com/getsentry/sentry-python/issues/4599)) by [@&#8203;szokeasaurusrex](https://github.com/szokeasaurusrex) - Remove pyrsistent from test dependencies ([#&#8203;4588](https://github.com/getsentry/sentry-python/issues/4588)) by [@&#8203;musicinmybrain](https://github.com/musicinmybrain) - Remove explicit `__del__`'s in threaded classes ([#&#8203;4590](https://github.com/getsentry/sentry-python/issues/4590)) by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) - Remove forked from test\_transport, separate gevent tests and generalize capturing\_server to be module level ([#&#8203;4577](https://github.com/getsentry/sentry-python/issues/4577)) by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) - Improve token usage recording ([#&#8203;4566](https://github.com/getsentry/sentry-python/issues/4566)) by [@&#8203;antonpirker](https://github.com/antonpirker) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjQiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
renovate added the
dependencies
label 2025-07-22 03:01:42 +00:00
renovate added 1 commit 2025-07-22 03:01:42 +00:00
Update dependency sentry-sdk to >=2.33.1
All checks were successful
Tests / test (push) Successful in 26s
574ed33705
renovate force-pushed renovate/sentry-sdk-2.x from 574ed33705 to 4356abba12 2025-07-23 03:00:54 +00:00 Compare
renovate changed title from Update dependency sentry-sdk to >=2.33.1 to Update dependency sentry-sdk to >=2.33.2 2025-07-23 03:00:56 +00:00
renovate force-pushed renovate/sentry-sdk-2.x from 4356abba12 to 413d034095 2025-07-30 03:01:35 +00:00 Compare
renovate changed title from Update dependency sentry-sdk to >=2.33.2 to Update dependency sentry-sdk to >=2.34.0 2025-07-30 03:01:36 +00:00
renovate changed title from Update dependency sentry-sdk to >=2.34.0 to Update dependency sentry-sdk to >=2.34.1 2025-07-31 03:01:18 +00:00
renovate force-pushed renovate/sentry-sdk-2.x from 413d034095 to 3c405485ce 2025-07-31 03:01:19 +00:00 Compare
All checks were successful
Tests / test (push) Successful in 27s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sentry-sdk-2.x:renovate/sentry-sdk-2.x
git checkout renovate/sentry-sdk-2.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/sentry-sdk-2.x
git checkout renovate/sentry-sdk-2.x
git rebase main
git checkout main
git merge --ff-only renovate/sentry-sdk-2.x
git checkout renovate/sentry-sdk-2.x
git rebase main
git checkout main
git merge --no-ff renovate/sentry-sdk-2.x
git checkout main
git merge --squash renovate/sentry-sdk-2.x
git checkout main
git merge --ff-only renovate/sentry-sdk-2.x
git checkout main
git merge renovate/sentry-sdk-2.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: servala/servala-portal#161
No description provided.