Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2026

Bumps sentry-sdk from 2.49.0 to 2.50.0.

Release notes

Sourced from sentry-sdk's releases.

2.50.0

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

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.50.0

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

... (truncated)

Commits
  • 27b0bfd Update CHANGELOG.md
  • 73857b4 release: 2.50.0
  • d38b378 test(fastmcp): Narrow AttributeError try-except (#5339)
  • e73e600 test(fastmcp): Stop accessing non-existent attribute (#5338)
  • e0d42b9 chore(repo): Add Claude Code settings with basic permissions (#5342)
  • 2585678 feat(stdlib): Handle proxy tunnels in httlib integration (#5303)
  • e171009 fix(integrations): google genai report image inputs (#5337)
  • 749d8e5 fix(integrations): google-genai: reworked gen_ai.request.messages extractio...
  • ab5cdde feat(ai): add cache writes for gen_ai (#5319)
  • 1970486 build(deps): bump getsentry/craft from 2.18.3 to 2.19.0 (#5331)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.49.0 to 2.50.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.49.0...2.50.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-version: 2.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 21, 2026
@ndittren ndittren merged commit b8b7ed0 into main Jan 21, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/pip/sentry-sdk-2.50.0 branch January 21, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants