Skip to content

chore(deps): update dependency sentry-sdk to v2#56

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

chore(deps): update dependency sentry-sdk to v2#56
uptick-renovate[bot] wants to merge 1 commit intomasterfrom
renovate/sentry-sdk-2.x

Conversation

@uptick-renovate
Copy link
Copy Markdown
Contributor

@uptick-renovate uptick-renovate bot commented Nov 11, 2025

This PR contains the following updates:

Package Update Change
sentry-sdk (changelog) major ==1.45.1 -> ==2.58.0

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")

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

v2.49.0

Compare Source

New Features ✨
Bug Fixes 🐛
Documentation 📚
Internal Changes 🔧

v2.48.0

Compare Source

Middleware spans are now disabled by default in Django, Starlette and FastAPI integrations. Set the middleware_spans integration-level
option to capture individual spans per middleware layer. To record Django middleware spans, for example, configure as follows

  import sentry_sdk
  from sentry_sdk.integrations.django import DjangoIntegration

  sentry_sdk.init(
      dsn="<your-dsn>",
      integrations=[
          DjangoIntegration(middleware_spans=True),
      ],
  )
New Features ✨
Langgraph
OTLP
Bug Fixes 🐛
Integrations
Internal Changes 🔧

v2.47.0

Compare Source

Bug Fixes 🐛
New Features ✨
Deprecations
Build / dependencies / internal 🔧

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.

@uptick-renovate uptick-renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 1b56b37 to a7409dd Compare November 11, 2025 10:10
@uptick-renovate uptick-renovate bot force-pushed the renovate/sentry-sdk-2.x branch 2 times, most recently from 7f719da to d158af3 Compare November 24, 2025 10:10
@uptick-renovate uptick-renovate bot force-pushed the renovate/sentry-sdk-2.x branch from d158af3 to 1893d5d Compare December 3, 2025 15:13
@uptick-renovate uptick-renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 1893d5d to 600da51 Compare December 16, 2025 15:29
@uptick-renovate uptick-renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 600da51 to c270c06 Compare January 8, 2026 10:26
@uptick-renovate uptick-renovate bot force-pushed the renovate/sentry-sdk-2.x branch from c270c06 to 926961f Compare January 20, 2026 13:33
@uptick-renovate uptick-renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 926961f to 0de05e9 Compare January 28, 2026 11:43
@uptick-renovate uptick-renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 0de05e9 to f088213 Compare February 4, 2026 15:43
@uptick-renovate uptick-renovate bot force-pushed the renovate/sentry-sdk-2.x branch from f088213 to 7285b37 Compare February 16, 2026 20:34
@uptick-renovate uptick-renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 7285b37 to f49cf5c Compare March 2, 2026 16:13
@uptick-renovate uptick-renovate bot force-pushed the renovate/sentry-sdk-2.x branch 2 times, most recently from 31b4914 to 194ecf6 Compare March 24, 2026 10:47
@uptick-renovate uptick-renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 194ecf6 to 2924c88 Compare March 31, 2026 10:59
@uptick-renovate uptick-renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 2924c88 to 6a58ac3 Compare April 13, 2026 17:52
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.

0 participants