Skip to content

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

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#451
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sentry-sdk-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 15, 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.9.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 🐛

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 Jul 15, 2024
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from d1412a3 to e266f38 Compare July 24, 2024 08:07
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.10.0 chore(deps): update dependency sentry-sdk to v2.11.0 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from e266f38 to 82bc84b Compare July 31, 2024 11:12
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.11.0 chore(deps): update dependency sentry-sdk to v2.12.0 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 82bc84b to ce36cb5 Compare August 13, 2024 16:52
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.12.0 chore(deps): update dependency sentry-sdk to v2.13.0 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from ce36cb5 to afc656e Compare September 9, 2024 16:48
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.13.0 chore(deps): update dependency sentry-sdk to v2.14.0 Sep 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.14.0 chore(deps): update dependency sentry-sdk to v2.15.0 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from afc656e to c816fd1 Compare October 1, 2024 15:29
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.15.0 chore(deps): update dependency sentry-sdk to v2.16.0 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from c816fd1 to 1ed76b9 Compare October 8, 2024 16:12
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 1ed76b9 to a953910 Compare October 17, 2024 11:45
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.16.0 chore(deps): update dependency sentry-sdk to v2.17.0 Oct 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.17.0 chore(deps): update dependency sentry-sdk to v2.18.0 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from a953910 to 26e01a0 Compare November 4, 2024 15:37
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 26e01a0 to 04dbeee Compare November 21, 2024 19:44
@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 04dbeee to e45539e Compare December 5, 2024 16:00
@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 e45539e to 0e3703e Compare December 6, 2024 09:08
@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 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 0e3703e to f340bdf Compare January 14, 2025 15:51
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from f340bdf to a6afabb Compare February 12, 2025 10:58
@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 a6afabb to af0be46 Compare February 17, 2025 14:52
@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 af0be46 to a467b83 Compare March 17, 2025 11:54
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from e6b0c13 to de6e1b9 Compare April 14, 2025 16:47
@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 de6e1b9 to fa7e9cd Compare April 15, 2025 17:00
@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 fa7e9cd to 4798ce0 Compare April 24, 2025 14:34
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.26.1 chore(deps): update dependency sentry-sdk to v2.27.0 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 4798ce0 to 6e770e9 Compare May 12, 2025 10:55
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.27.0 chore(deps): update dependency sentry-sdk to v2.28.0 May 12, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 6e770e9 to 597c974 Compare May 19, 2025 18:12
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.28.0 chore(deps): update dependency sentry-sdk to v2.29.1 May 19, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 597c974 to 96e5bbf Compare June 12, 2025 17:19
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.29.1 chore(deps): update dependency sentry-sdk to v2.30.0 Jun 12, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 96e5bbf to 255e669 Compare June 24, 2025 19:55
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.30.0 chore(deps): update dependency sentry-sdk to v2.31.0 Jun 24, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 255e669 to f9b0c39 Compare June 27, 2025 13:29
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.31.0 chore(deps): update dependency sentry-sdk to v2.32.0 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from f9b0c39 to 69088dd Compare July 15, 2025 13:30
@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 from 69088dd to 266e7a1 Compare July 21, 2025 18:44
@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 266e7a1 to ad2ce6a Compare July 22, 2025 18:53
@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 ad2ce6a to db0dab9 Compare July 29, 2025 15:54
@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.0 Jul 29, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from db0dab9 to 4f0286e Compare July 30, 2025 12:09
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v2.34.0 chore(deps): update dependency sentry-sdk to v2.34.1 Jul 30, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x branch from 4f0286e to 1ef6753 Compare August 14, 2025 22:29
@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 1ef6753 to fa6b37d Compare August 26, 2025 16:26
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