Skip to content

Update dependency sentry-sdk to v2.60.0#38

Merged
cameronbrill merged 1 commit into
mainfrom
renovate/sentry-sdk-2.x
May 14, 2026
Merged

Update dependency sentry-sdk to v2.60.0#38
cameronbrill merged 1 commit into
mainfrom
renovate/sentry-sdk-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 11, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
sentry-sdk (changelog) ==2.43.0==2.60.0 age confidence

Release Notes

getsentry/sentry-python (sentry-sdk)

v2.60.0

Compare Source

Adds a new stream_gen_ai_spans option that controls how gen_ai spans are
sent to Sentry. When set, the SDK extracts all gen_ai spans out of a
transaction and sends them as v2 envelope items.

Enable this option if gen_ai spans are being dropped because the transaction payload exceeds size limits.

import sentry_sdk

sentry_sdk.init(
  dsn='https://examplePublicKey@o0.ingest.sentry.io/0',
  stream_gen_ai_spans=True,
)
New Features ✨
Bug Fixes 🐛
Openai
Other
Internal Changes 🔧
Django
Openai
Other

v2.59.0

Compare Source

New Features ✨
Langchain
Other
Bug Fixes 🐛

We've put additional data that might contain sensitive information, like GraphQL documents, behind the send_default_pii option.

Httpx
Langchain
Other
Internal Changes 🔧
Stdlib
Other

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")
    
    # 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
  • fix(anthropic): Token reporting by [@&#8203

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 11, 2025

Test Results

1 passed

Test results:
  test_noop: tests.test_noop
This test report was produced by the test-summary action.  Made with ❤️ in Cambridge.

@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.44.0 Update dependency sentry-sdk to v2.45.0 Nov 18, 2025
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch 2 times, most recently from fb2b1f3 to b690d2c Compare November 24, 2025 10:05
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.45.0 Update dependency sentry-sdk to v2.46.0 Nov 24, 2025
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.46.0 Update dependency sentry-sdk to v2.47.0 Dec 3, 2025
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from b690d2c to cf1245c Compare December 3, 2025 19:54
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.47.0 Update dependency sentry-sdk to v2.48.0 Dec 16, 2025
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from cf1245c to c4c9821 Compare December 16, 2025 17:48
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.48.0 Update dependency sentry-sdk to v2.49.0 Jan 8, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from c4c9821 to 702168d Compare January 8, 2026 13:47
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.49.0 Update dependency sentry-sdk to v2.50.0 Jan 20, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from 702168d to 60b5177 Compare January 20, 2026 14:37
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.50.0 Update dependency sentry-sdk to v2.51.0 Jan 28, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from 60b5177 to c5c323e Compare January 28, 2026 11:36
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from c5c323e to 09d47b4 Compare February 4, 2026 18:45
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.51.0 Update dependency sentry-sdk to v2.52.0 Feb 4, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from 09d47b4 to 59948c2 Compare February 16, 2026 13:37
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.52.0 Update dependency sentry-sdk to v2.53.0 Feb 16, 2026
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.53.0 Update dependency sentry-sdk to v2.54.0 Mar 2, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from 59948c2 to db7e067 Compare March 2, 2026 16:56
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from db7e067 to 15b16c5 Compare March 17, 2026 17:56
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.54.0 Update dependency sentry-sdk to v2.55.0 Mar 17, 2026
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.55.0 Update dependency sentry-sdk to v2.56.0 Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from 15b16c5 to 22307e5 Compare March 24, 2026 13:02
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from 22307e5 to 9df86ec Compare March 31, 2026 13:04
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.56.0 Update dependency sentry-sdk to v2.57.0 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from 9df86ec to 1cdf9c0 Compare April 13, 2026 22:45
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.57.0 Update dependency sentry-sdk to v2.58.0 Apr 13, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from 1cdf9c0 to c48d4c1 Compare May 4, 2026 14:46
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.58.0 Update dependency sentry-sdk to v2.59.0 May 4, 2026
@renovate renovate Bot force-pushed the renovate/sentry-sdk-2.x branch from c48d4c1 to 7da58e1 Compare May 13, 2026 16:53
@renovate renovate Bot changed the title Update dependency sentry-sdk to v2.59.0 Update dependency sentry-sdk to v2.60.0 May 13, 2026
@cameronbrill cameronbrill merged commit ce3a2f3 into main May 14, 2026
6 checks passed
@cameronbrill cameronbrill deleted the renovate/sentry-sdk-2.x branch May 14, 2026 15:48
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.

1 participant