Skip to content

Update dependency sentry-sdk to v2.56.0 - #296

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sentry-sdk-2.x-lockfile
Open

Update dependency sentry-sdk to v2.56.0#296
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sentry-sdk-2.x-lockfile

Conversation

@renovate

@renovaterenovateBot commented Jul 15, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
sentry-sdk (changelog)2.10.02.56.0ageconfidence

Release Notes

getsentry/sentry-python (sentry-sdk)

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.

    importsentry_sdksentry_sdk.init(...)
    sentry_sdk.set_attribute("my.attribute", "my value")
    # This metric will have "my.attribute" setsentry_sdk.metrics.count("counter", 1)
    # Remove the attributesentry_sdk.remove_attribute("my.attribute")
    # This log will not have "my.attribute" setsentry_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.

importsentry_sdkfromsentry_sdk.integrations.asyncioimportenable_asyncio_integration# Initializing the SDK as early as possible, when there is no event loop yetsentry_sdk.init(
...
# No AsyncioIntegration in explicitly provided `integrations`
)
asyncdefmain():
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
Other

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

importsentry_sdkfromsentry_sdk.integrations.djangoimportDjangoIntegrationsentry_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 🐛

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

@renovate
renovateBot requested a review from ks129 as a code ownerJuly 15, 2024 12:07
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.10.0Update dependency sentry-sdk to v2.10.0 - autoclosedJul 19, 2024
@renovaterenovateBot closed this Jul 19, 2024
@renovate
renovateBot deleted the renovate/sentry-sdk-2.x-lockfile branch July 19, 2024 21:22
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.10.0 - autoclosedUpdate dependency sentry-sdk to v2.10.0Jul 24, 2024
@renovaterenovateBot reopened this Jul 24, 2024
@renovate
renovateBot restored the renovate/sentry-sdk-2.x-lockfile branch July 24, 2024 09:26
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from b1e92ac to 256c37cCompareJuly 24, 2024 09:27
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.10.0Update dependency sentry-sdk to v2.11.0Jul 24, 2024
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from 256c37c to d3fb5dbCompareJuly 28, 2024 19:08
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.11.0Update dependency sentry-sdk to v2.12.0Jul 31, 2024
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from d3fb5db to aede171CompareJuly 31, 2024 12:17
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from aede171 to 3ff4dfdCompareAugust 13, 2024 16:24
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.12.0Update dependency sentry-sdk to v2.13.0Aug 13, 2024
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from 3ff4dfd to df642b2CompareSeptember 9, 2024 16:35
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.13.0Update dependency sentry-sdk to v2.14.0Sep 9, 2024
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.14.0Update dependency sentry-sdk to v2.15.0Oct 1, 2024
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch 2 times, most recently from eee934a to cd84bf7CompareOctober 8, 2024 13:41
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.15.0Update dependency sentry-sdk to v2.16.0Oct 8, 2024
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from cd84bf7 to f74d5eeCompareOctober 17, 2024 10:12
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.16.0Update dependency sentry-sdk to v2.17.0Oct 17, 2024
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from f74d5ee to 1da6f66CompareNovember 4, 2024 14:05
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.17.0Update dependency sentry-sdk to v2.18.0Nov 4, 2024
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from 1da6f66 to a91bc5aCompareNovember 21, 2024 16:49
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.18.0Update dependency sentry-sdk to v2.19.0Nov 21, 2024
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from a91bc5a to 5af7ea5CompareDecember 5, 2024 18:13
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.19.0Update dependency sentry-sdk to v2.19.1Dec 5, 2024
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from 5af7ea5 to 8573b59CompareDecember 6, 2024 09:11
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.19.1Update dependency sentry-sdk to v2.19.2Dec 6, 2024
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.24.0Update dependency sentry-sdk to v2.24.1Mar 24, 2025
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from 4531364 to 5c7a712CompareMarch 31, 2025 19:47
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.24.1Update dependency sentry-sdk to v2.25.0Mar 31, 2025
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from 5c7a712 to c65c625CompareApril 2, 2025 16:18
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.25.0Update dependency sentry-sdk to v2.25.1Apr 2, 2025
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from c65c625 to 2264a99CompareApril 14, 2025 19:03
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.25.1Update dependency sentry-sdk to v2.26.0Apr 14, 2025
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from 2264a99 to 9150353CompareApril 15, 2025 15:16
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.26.0Update dependency sentry-sdk to v2.26.1Apr 15, 2025
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from 9150353 to 8d86d1cCompareApril 24, 2025 17:04
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.26.1Update dependency sentry-sdk to v2.27.0Apr 24, 2025
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from 8d86d1c to bfba613CompareMay 12, 2025 10:27
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.27.0Update dependency sentry-sdk to v2.28.0May 12, 2025
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from bfba613 to e5b5d6cCompareMay 19, 2025 19:57
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.28.0Update dependency sentry-sdk to v2.29.1May 19, 2025
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch 2 times, most recently from b145b62 to ab78b6fCompareJune 6, 2025 02:34
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from ab78b6f to 8c77cbaCompareJune 12, 2025 10:52
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.29.1Update dependency sentry-sdk to v2.30.0Jun 12, 2025
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from 8c77cba to 522a1e5CompareJune 24, 2025 20:11
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.30.0Update dependency sentry-sdk to v2.31.0Jun 24, 2025
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from 522a1e5 to 6d03112CompareJune 27, 2025 11:15
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.31.0Update dependency sentry-sdk to v2.32.0Jun 27, 2025
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from 6d03112 to 420ff85CompareJuly 15, 2025 14:54
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.32.0Update dependency sentry-sdk to v2.33.0Jul 15, 2025
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from 420ff85 to 2b164ecCompareJuly 21, 2025 13:13
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.33.0Update dependency sentry-sdk to v2.33.1Jul 21, 2025
@renovate
renovateBotforce-pushed the renovate/sentry-sdk-2.x-lockfile branch from 2b164ec to e055d81CompareJuly 22, 2025 12:06
@renovaterenovateBot changed the title Update dependency sentry-sdk to v2.33.1Update dependency sentry-sdk to v2.33.2Jul 22, 2025
| datasource | package | from | to |
| ---------- | ---------- | ------ | ------ |
| pypi | sentry-sdk | 2.10.0 | 2.56.0 |
Sign up for freeto 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