Update dependency sentry-sdk to >=2.59.0 #499

Merged
tobru merged 1 commit from renovate/sentry-sdk-2.x into main 2026-05-06 08:13:48 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
sentry-sdk (changelog) >=2.58.0>=2.59.0 age confidence

Release Notes

getsentry/sentry-python (sentry-sdk)

v2.59.0

Compare Source

New Features
Langchain
Other
Bug Fixes 🐛

We've put additional data that might contain sensitive information, like GraphQL documents, behind the send_default_pii option.

Httpx
Langchain
Other
Internal Changes 🔧
Stdlib
Other

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](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [sentry-sdk](https://github.com/getsentry/sentry-python) ([changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | `>=2.58.0` → `>=2.59.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.59.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.58.0/2.59.0?slim=true) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.59.0`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2590) [Compare Source](https://github.com/getsentry/sentry-python/compare/2.58.0...2.59.0) ##### New Features ✨ ##### Langchain - Record `run_name` as `gen_ai.function_id` on Invoke Agent Spans by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5926](https://github.com/getsentry/sentry-python/pull/5926) - Record `run_name` in `on_tool_start` by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5925](https://github.com/getsentry/sentry-python/pull/5925) - Record `run_name` in `on_chat_model_start` by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5924](https://github.com/getsentry/sentry-python/pull/5924) ##### Other - (ci) Cancel in-progress PR workflows on new commit push by [@&#8203;joshuarli](https://github.com/joshuarli) in [#&#8203;5994](https://github.com/getsentry/sentry-python/pull/5994) - (consts) Add updated span convention constants to SPANDATA by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;6093](https://github.com/getsentry/sentry-python/pull/6093) - (fastapi) Support span streaming in active thread tracking by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;6118](https://github.com/getsentry/sentry-python/pull/6118) - (httpx) Migrate to span first by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;6084](https://github.com/getsentry/sentry-python/pull/6084) - (huggingface\_hub) Migrate to span first by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;6124](https://github.com/getsentry/sentry-python/pull/6124) - (mcp) Migrate to span first by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;6131](https://github.com/getsentry/sentry-python/pull/6131) - Add `db.driver.name` spans to database integrations by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;6082](https://github.com/getsentry/sentry-python/pull/6082) ##### Bug Fixes 🐛 We've put additional data that might contain sensitive information, like GraphQL documents, behind the `send_default_pii` option. ##### Httpx - Consistently early-exit when adding request source by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6151](https://github.com/getsentry/sentry-python/pull/6151) - Set `code.namespace` and `code.function` instead of `code.function.name` in span streaming by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6150](https://github.com/getsentry/sentry-python/pull/6150) ##### Langchain - Record `run_name` as `gen_ai.function_id` for text completions by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6073](https://github.com/getsentry/sentry-python/pull/6073) - Set agent name as `gen_ai.agent.name` for chat and tool spans by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5877](https://github.com/getsentry/sentry-python/pull/5877) ##### Other - (asgi) Use `inspect.iscoroutinefunction` on Python 3.14+ by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6135](https://github.com/getsentry/sentry-python/pull/6135) - (batcher) Reset lock and flusher in child after fork by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;6163](https://github.com/getsentry/sentry-python/pull/6163) - (google\_genai) Redact binary data in inline\_data and fix multi-part message extraction by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;5977](https://github.com/getsentry/sentry-python/pull/5977) - (grpc) Add isolation\_scope to async server interceptor by [@&#8203;robinvd](https://github.com/robinvd) in [#&#8203;5940](https://github.com/getsentry/sentry-python/pull/5940) - (metrics,logs) Don't attach `span_id` if no active span by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;6162](https://github.com/getsentry/sentry-python/pull/6162) - (monitor) Release `Monitor._thread_lock` after fork ([#&#8203;6148](https://github.com/getsentry/sentry-python/issues/6148)) by [@&#8203;vokracko](https://github.com/vokracko) in [#&#8203;6159](https://github.com/getsentry/sentry-python/pull/6159) - (openai-agents) Resolve agent from `bindings` for openai-agents >= 0.14 by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;6102](https://github.com/getsentry/sentry-python/pull/6102) - (profiler) Stop nulling buffer on teardown by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;6075](https://github.com/getsentry/sentry-python/pull/6075) - (quart) Use `inspect.iscoroutinefunction` when Quart does by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6133](https://github.com/getsentry/sentry-python/pull/6133) - (security) Prevent GitHub script injection in update-tox workflow by [@&#8203;fix-it-felix-sentry](https://github.com/fix-it-felix-sentry) in [#&#8203;6171](https://github.com/getsentry/sentry-python/pull/6171) - (starlette/fastapi) Use `inspect.iscoroutinefunction` when Starlette does by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6134](https://github.com/getsentry/sentry-python/pull/6134) - (tornado) Make sure context manager doesn't double yield by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;6152](https://github.com/getsentry/sentry-python/pull/6152) - Introduce `_get_current_streamed_span()` to keep types backwards compatible by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6177](https://github.com/getsentry/sentry-python/pull/6177) ##### Internal Changes 🔧 ##### Stdlib - Pin timestamps in `add_http_request_source()` patch by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6160](https://github.com/getsentry/sentry-python/pull/6160) - Stop mocking `HTTPSConnection.send` in trace header tests by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6156](https://github.com/getsentry/sentry-python/pull/6156) ##### Other - (batcher) Only flush the bucket that triggered the flush event by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;6168](https://github.com/getsentry/sentry-python/pull/6168) - (celery) Remove unused `NoOpMgr` from utils by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;6078](https://github.com/getsentry/sentry-python/pull/6078) - (ci) Update outdated pinned action version comments by [@&#8203;JoshuaMoelans](https://github.com/JoshuaMoelans) in [#&#8203;6088](https://github.com/getsentry/sentry-python/pull/6088) - (fastmcp) Span streaming tests by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6167](https://github.com/getsentry/sentry-python/pull/6167) - (graphql) Update document setting by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;6153](https://github.com/getsentry/sentry-python/pull/6153) - (grpc) Mirror sync interceptor by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;6158](https://github.com/getsentry/sentry-python/pull/6158) - (langchain) Separate test to remove conditional by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6076](https://github.com/getsentry/sentry-python/pull/6076) - (pydantic-ai) Remove dead `Model.request` patch by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5956](https://github.com/getsentry/sentry-python/pull/5956) - (queues) Update integrations by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;6157](https://github.com/getsentry/sentry-python/pull/6157) - (tests) Replace deprecated `enable_tracing`with `traces_sample_rate` by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;6077](https://github.com/getsentry/sentry-python/pull/6077) - (transport) Remove redundant checks for dsn by [@&#8203;psh9508](https://github.com/psh9508) in [#&#8203;6104](https://github.com/getsentry/sentry-python/pull/6104) - Rename file by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;6194](https://github.com/getsentry/sentry-python/pull/6194) - 🤖 Update test matrix with new releases (05/04) by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;6186](https://github.com/getsentry/sentry-python/pull/6186) - Assert presence of profile chunks after shutdown by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6174](https://github.com/getsentry/sentry-python/pull/6174) - 🤖 Update test matrix with new releases (04/29) by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;6173](https://github.com/getsentry/sentry-python/pull/6173) - Limit `update-tox` action to master branch by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6172](https://github.com/getsentry/sentry-python/pull/6172) - Expand scrubbing by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;6161](https://github.com/getsentry/sentry-python/pull/6161) - Remove Python 2 compat from qualname\_from\_function by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;6137](https://github.com/getsentry/sentry-python/pull/6137) - Update test matrix with new releases (04/27) by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6146](https://github.com/getsentry/sentry-python/pull/6146) - Raise shutdown timeout in aws lambda tests by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;6129](https://github.com/getsentry/sentry-python/pull/6129) - Join thread in continuous profiler test by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;6125](https://github.com/getsentry/sentry-python/pull/6125) - 🤖 Update test matrix with new releases (04/20) by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;6100](https://github.com/getsentry/sentry-python/pull/6100) - Set explicit base-branch for codecov action by [@&#8203;ericapisani](https://github.com/ericapisani) in [#&#8203;5992](https://github.com/getsentry/sentry-python/pull/5992) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yLjEiLCJ1cGRhdGVkSW5WZXIiOiI0My4yLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
Update dependency sentry-sdk to >=2.59.0
All checks were successful
Tests / test (push) Successful in 45s
8c457d750b
tobru merged commit fa8866ac92 into main 2026-05-06 08:13:48 +00:00
tobru deleted branch renovate/sentry-sdk-2.x 2026-05-06 08:13:48 +00:00
Sign in to join this conversation.
No description provided.