Skip to content

chore(deps): update dependency sentry-sdk to v2.56.0#1026

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
sentry-sdk (changelog) ==2.17.0==2.56.0 age confidence

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.

    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

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 🐛
  • fix: Make PropagationContext.from_incoming_data always return a PropagationContext by @​sl0thentr0py in #​5186
  • fix(integrations): anthropic set GEN_AI_OPERATION_NAME by @​constantinius in #​5185
  • fix(spotlight): align behavior with SDK spec by @​BYK in #​5169
  • fix(integrations): do not exit early when config is not passed as it is not required and prohibits setting gen_ai.request.messages by @​constantinius in #​5167
  • fix(langchain): add gen_ai.response.model to chat spans by @​shellmayr in #​5159
  • fix(integrations): add the system prompt to the gen_ai.request.messages attribute by [@​constantinius](https://redirect.g

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 renovate bot added the renovate label Nov 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.18.0 chore(deps): update dependency sentry-sdk to v2.19.0 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 7fb7c6f to 94cad6d Compare November 21, 2024 16:11
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.19.0 chore(deps): update dependency sentry-sdk to v2.19.1 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 94cad6d to 606073d Compare December 5, 2024 16:36
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.19.1 chore(deps): update dependency sentry-sdk to v2.19.2 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 606073d to 97843c5 Compare December 6, 2024 11:17
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.19.2 chore(deps): update dependency sentry-sdk to v2.20.0 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 97843c5 to 2e128e3 Compare January 14, 2025 18:07
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.20.0 chore(deps): update dependency sentry-sdk to v2.21.0 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 2e128e3 to f9e69f4 Compare February 12, 2025 15:56
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.21.0 chore(deps): update dependency sentry-sdk to v2.22.0 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from f9e69f4 to 5345cd9 Compare February 17, 2025 16:23
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 5345cd9 to be39471 Compare March 17, 2025 11:33
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.22.0 chore(deps): update dependency sentry-sdk to v2.23.0 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from be39471 to 6b875f6 Compare March 17, 2025 18:43
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.23.0 chore(deps): update dependency sentry-sdk to v2.23.1 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 6b875f6 to 3e7957a Compare March 21, 2025 16:00
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.23.1 chore(deps): update dependency sentry-sdk to v2.24.0 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 3e7957a to 5c462b8 Compare March 24, 2025 13:54
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.24.0 chore(deps): update dependency sentry-sdk to v2.24.1 Mar 24, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 5c462b8 to 0904ae1 Compare March 31, 2025 16:36
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.24.1 chore(deps): update dependency sentry-sdk to v2.25.0 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 0904ae1 to 8e1adeb Compare April 2, 2025 16:19
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.25.0 chore(deps): update dependency sentry-sdk to v2.25.1 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 8e1adeb to 801d708 Compare April 14, 2025 20:14
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.25.1 chore(deps): update dependency sentry-sdk to v2.26.0 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 801d708 to 35bc3b7 Compare April 15, 2025 12:11
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.26.0 chore(deps): update dependency sentry-sdk to v2.26.1 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 35bc3b7 to e1f8d93 Compare April 24, 2025 14:30
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from e39e437 to 5fd7343 Compare July 15, 2025 14:14
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.32.0 chore(deps): update dependency sentry-sdk to v2.33.0 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch 2 times, most recently from 34a9a64 to 4d10c8a Compare July 21, 2025 18:42
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.33.0 chore(deps): update dependency sentry-sdk to v2.33.1 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 4d10c8a to 8a03a69 Compare July 22, 2025 17:49
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.33.1 chore(deps): update dependency sentry-sdk to v2.33.2 Jul 22, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 8a03a69 to 6cec103 Compare August 7, 2025 11:33
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.33.2 chore(deps): update dependency sentry-sdk to v2.34.1 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 6cec103 to 0d94b3c Compare August 14, 2025 18:31
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.34.1 chore(deps): update dependency sentry-sdk to v2.35.0 Aug 14, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 0d94b3c to 761f1a1 Compare August 26, 2025 16:57
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.35.0 chore(deps): update dependency sentry-sdk to v2.35.1 Aug 26, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 761f1a1 to 459acea Compare September 6, 2025 15:42
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.35.1 chore(deps): update dependency sentry-sdk to v2.37.0 Sep 6, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 459acea to 6cfbffe Compare September 9, 2025 14:47
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.37.0 chore(deps): update dependency sentry-sdk to v2.37.1 Sep 9, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 6cfbffe to 75737d8 Compare September 15, 2025 21:31
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.37.1 chore(deps): update dependency sentry-sdk to v2.38.0 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 75737d8 to c13be2d Compare September 25, 2025 09:56
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.38.0 chore(deps): update dependency sentry-sdk to v2.39.0 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from c13be2d to bc26973 Compare October 6, 2025 12:39
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.39.0 chore(deps): update dependency sentry-sdk to v2.40.0 Oct 6, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from bc26973 to 96252d9 Compare October 9, 2025 16:47
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.40.0 chore(deps): update dependency sentry-sdk to v2.41.0 Oct 9, 2025
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.41.0 chore(deps): update dependency sentry-sdk to v2.42.0 Oct 15, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch 2 times, most recently from a15e689 to 0a0576a Compare October 20, 2025 13:42
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.42.0 chore(deps): update dependency sentry-sdk to v2.42.1 Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants