Skip to content

Update dependency sentry-sdk to v2.58.0#11839

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/sentry-sdk-2.x
Closed

Update dependency sentry-sdk to v2.58.0#11839
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/sentry-sdk-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 9, 2026

This PR contains the following updates:

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

Release Notes

getsentry/sentry-python (sentry-sdk)

v2.58.0

Compare Source

New Features ✨
Bug Fixes 🐛
Anthropic
Pydantic Ai
Other
Internal Changes 🔧
Litellm
Other
Other

v2.57.0

Compare Source

New Features ✨
Langchain
Other
Bug Fixes 🐛
Openai
Other
Internal Changes 🔧
Ai
Langchain
Openai
Other

v2.56.0

Compare Source

New Features ✨
Bug Fixes 🐛
Anthropic
Other
Documentation 📚
Internal Changes 🔧
Other

v2.55.0

Compare Source

New Features ✨
Anthropic
Pydantic Ai
Other
Bug Fixes 🐛
Documentation 📚
Internal Changes 🔧
Anthropic
Openai Agents
Other

v2.54.0

Compare Source

New Features ✨
  • Add set_attribute, remove_attribute to global API by @​sentrivana in #​5555

    You can now set and unset attributes on logs and metrics via top-level API. Think of it as sentry_sdk.set_tag() for attribute-based telemetry. Other event types (transactions, spans, errors) will be unaffected.

    import sentry_sdk
    
    sentry_sdk.init(...)
    
    sentry_sdk.set_attribute("my.attribute", "my value")
    
    # This metric will have "my.attribute" set
    sentry_sdk.metrics.count("counter", 1)
    
    # Remove the attribute
    sentry_sdk.remove_attribute("my.attribute")
    
    # This log will not have "my.attribute" set
    sentry_sdk.logger.info("An info log")
Bug Fixes 🐛
Openai
Other
Documentation 📚
Internal Changes 🔧
Agents
Openai
Openai Agents
Other

v2.53.0

Compare Source

Bug Fixes 🐛
Openai Agents
Other
Documentation 📚
Internal Changes 🔧
Openai Agents
Other

v2.52.0

Compare Source

New Features ✨
Other
Bug Fixes 🐛
Google Genai
Mcp
Other
Internal Changes 🔧
Fastmcp
Mcp
Other
Other

v2.51.0

Compare Source

New Features ✨
Openai
Openai Agents
Other
Bug Fixes 🐛
Internal Changes 🔧

v2.50.0

Compare Source

New Features ✨
Ai
Other
  • feat(asyncio): Add on-demand way to enable AsyncioIntegration by @​sentrivana in #​5288

    You can now enable the AsyncioIntegration on demand, after calling sentry_sdk.init(). This is useful in scenarios where you don't have
    the event loop running early on, or when you need to instrument multiple event loops.

import sentry_sdk
from sentry_sdk.integrations.asyncio import enable_asyncio_integration

# Initializing the SDK as early as possible, when there is no event loop yet
sentry_sdk.init(
    ...
    # No AsyncioIntegration in explicitly provided `integrations`
)

async def main():
    enable_asyncio_integration()  # instruments the current event loop
    # ...your code...
Bug Fixes 🐛
Integrations
  • fix(integrations): google genai report image inputs by @​constantinius in #​5337
  • fix(integrations): google-genai: reworked gen_ai.request.messages extraction from parameters by @​constantinius in #​5275
  • fix(integrations): pydantic-ai: properly format binary input message parts to be conformant with the gen_ai.request.messages structure by @​constantinius in #​5251
  • fix(integrations): Anthropic: add content transformation for images and documents by @​constantinius in #​5276
  • fix(integrations): langchain add multimodal content transformation functions for images, audio, and files by @​constantinius in #​5278
Litellm
Other
Documentation 📚
Internal Changes 🔧
Fastmcp
Release
  • ci(release): Bump Craft version to fix issues by @​BYK in #​5305
  • ci(release): Switch from action-prepare-release to Craft by @​BYK in #​5290
Other

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@RayBB
Copy link
Copy Markdown
Collaborator

RayBB commented Feb 10, 2026

@scottbarnes this one may be relevant for you to review/merge. I think you recently merge a sentry related change.

@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from 8b2c75d to 4fd41e4 Compare February 12, 2026 10:43
@renovate renovate Bot changed the title chore(deps): update dependency sentry-sdk to v2.52.0 chore(deps): update dependency sentry-sdk to v2.53.0 Feb 16, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from 4fd41e4 to c4870d5 Compare February 16, 2026 14:39
@renovate renovate Bot changed the title chore(deps): update dependency sentry-sdk to v2.53.0 Update dependency sentry-sdk to v2.53.0 Feb 18, 2026
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.53.0 chore(deps): update dependency sentry-sdk to v2.53.0 Feb 23, 2026
@renovate renovate Bot changed the title chore(deps): update dependency sentry-sdk to v2.53.0 Update dependency sentry-sdk to v2.53.0 Feb 26, 2026
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.53.0 Update dependency sentry-sdk to v2.54.0 Mar 2, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from c4870d5 to 6b4febf Compare March 2, 2026 15:46
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.54.0 chore(deps): update dependency sentry-sdk to v2.54.0 Mar 6, 2026
@renovate renovate Bot changed the title chore(deps): update dependency sentry-sdk to v2.54.0 Update dependency sentry-sdk to v2.54.0 Mar 12, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch 2 times, most recently from 83359b9 to 219328f Compare March 17, 2026 17:12
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.54.0 Update dependency sentry-sdk to v2.55.0 Mar 17, 2026
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.55.0 chore(deps): update dependency sentry-sdk to v2.55.0 Mar 18, 2026
@renovate renovate Bot changed the title chore(deps): update dependency sentry-sdk to v2.55.0 chore(deps): update dependency sentry-sdk to v2.56.0 Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch 2 times, most recently from 6ced61a to d44e7b8 Compare March 26, 2026 17:40
@renovate renovate Bot changed the title chore(deps): update dependency sentry-sdk to v2.56.0 Update dependency sentry-sdk to v2.56.0 Mar 31, 2026
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.56.0 chore(deps): update dependency sentry-sdk to v2.56.0 Mar 31, 2026
@renovate renovate Bot changed the title chore(deps): update dependency sentry-sdk to v2.56.0 chore(deps): update dependency sentry-sdk to v2.57.0 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from d44e7b8 to 64c275b Compare March 31, 2026 10:08
@renovate renovate Bot changed the title chore(deps): update dependency sentry-sdk to v2.57.0 Update dependency sentry-sdk to v2.57.0 Apr 3, 2026
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.57.0 chore(deps): update dependency sentry-sdk to v2.57.0 Apr 4, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from 64c275b to 0cdd94f Compare April 4, 2026 10:36
@renovate renovate Bot changed the title chore(deps): update dependency sentry-sdk to v2.57.0 Update dependency sentry-sdk to v2.57.0 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from 0cdd94f to 8b1fcdd Compare April 13, 2026 18:06
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.57.0 Update dependency sentry-sdk to v2.58.0 Apr 13, 2026
mekarpeles added a commit that referenced this pull request May 3, 2026
Minor version bump. OL uses internal sentry APIs (tracing_utils.add_query_source,
tracing_utils.record_sql_queries, utils.capture_internal_exceptions) — verified
all still present and importable at 2.58.0.
@mekarpeles
Copy link
Copy Markdown
Member

Consolidated into #12558 which upgrades all Python security dependencies together, with Docker testing and full test suite verification (3524 tests passing). Closing in favor of that PR.

@mekarpeles mekarpeles closed this May 3, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 3, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==2.58.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/sentry-sdk-2.x branch May 3, 2026 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants