Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2025

This PR contains the following updates:

Package Change Age Confidence
sentry-sdk (changelog) 2.35.1 -> 2.41.0 age confidence

Release Notes

getsentry/sentry-python (sentry-sdk)

v2.41.0

Compare Source

Various fixes & improvements
  • feat: Add concurrent.futures patch to threading integration (#​4770) by @​alexander-alderman-webb

    The SDK now makes sure to automatically preserve span relationships when using ThreadPoolExecutor.

  • chore: Remove old metrics code (#​4899) by @​sentrivana

    Removed all code related to the deprecated experimental metrics feature (sentry_sdk.metrics).

  • ref: Remove "experimental" from log function name (#​4901) by @​sentrivana

  • fix(ai): Add mapping for gen_ai message roles (#​4884) by @​shellmayr

  • feat(metrics): Add trace metrics behind an experiments flag (#​4898) by @​k-fish

v2.40.0

Compare Source

Various fixes & improvements
  • Add LiteLLM integration (#​4864) by @​constantinius
    Once you've enabled the new LiteLLM integration, you can use the Sentry AI Agents Monitoring, a Sentry dashboard that helps you understand what's going on with your AI requests:

    import sentry_sdk
    from sentry_sdk.integrations.litellm import LiteLLMIntegration
    sentry_sdk.init(
        dsn="<your-dsn>",

Set traces_sample_rate to 1.0 to capture 100%

of transactions for tracing.

  traces_sample_rate=1.0,

Add data like inputs and responses;

see https://docs.sentry.io/platforms/python/data-management/data-collected/ for more info

  send_default_pii=True,
  integrations=[
      LiteLLMIntegration(),
  ],

)


- Litestar: Copy request info to prevent cookies mutation (#&#8203;4883) by @&#8203;alexander-alderman-webb
- Add tracing to `DramatiqIntegration` (#&#8203;4571) by @&#8203;Igreh
- Also emit spans for MCP tool calls done by the LLM (#&#8203;4875) by @&#8203;constantinius
- Option to not trace HTTP requests based on status codes (#&#8203;4869) by @&#8203;alexander-alderman-webb
You can now disable transactions for incoming requests with specific HTTP status codes. The [new `trace_ignore_status_codes` option](https://docs.sentry.io/platforms/python/configuration/options/#trace_ignore_status_codes) accepts a `set` of status codes as integers. If a transaction wraps a request that results in one of the provided status codes, the transaction will be unsampled.
  
```python
import sentry_sdk

sentry_sdk.init(
    trace_ignore_status_codes={301, 302, 303, *range(305, 400), 404},
)

v2.39.0

Compare Source

Various fixes & improvements

Note: This is my last release. So long, and thanks for all the fish! by @​antonpirker

v2.38.0

Compare Source

Various fixes & improvements

v2.37.1

Compare Source

Various fixes & improvements

v2.37.0

Compare Source

v2.36.0

Compare Source

Various fixes & improvements
import sentry_sdk
from sentry_sdk.integrations.unraisablehook import UnraisablehookIntegration

sentry_sdk.init(
    dsn="...",
    integrations=[
        UnraisablehookIntegration(),
    ]
)

v2.35.2

Compare Source

Various fixes & improvements

Configuration

📅 Schedule: Branch creation - Every 12 hours ( * */12 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link
Contributor

github-actions bot commented Sep 2, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/sentry-sdk 2.41.0 🟢 5.1
Details
CheckScoreReason
Code-Review🟢 6Found 17/25 approved changesets -- score normalized to 6
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Maintained🟢 1030 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
License🟢 10license file detected
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection🟢 4branch protection is not maximal on development and all release branches
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Security-Policy🟢 10security policy file detected
Vulnerabilities⚠️ 041 existing vulnerabilities detected
SAST🟢 10SAST tool is run on all commits

Scanned Files

  • poetry.lock

Copy link

cloudflare-workers-and-pages bot commented Sep 2, 2025

Deploying tux with  Cloudflare Pages  Cloudflare Pages

Latest commit: 09f5b23
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x-lockfile branch from 766cc08 to 9154058 Compare September 4, 2025 09:58
@renovate renovate bot changed the title fix(deps): update dependency sentry-sdk to v2.35.2 fix(deps): update dependency sentry-sdk to v2.36.0 Sep 4, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x-lockfile branch from 9154058 to c9fc0e4 Compare September 5, 2025 13:37
@renovate renovate bot changed the title fix(deps): update dependency sentry-sdk to v2.36.0 fix(deps): update dependency sentry-sdk to v2.37.0 Sep 5, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x-lockfile branch from c9fc0e4 to 5edfba2 Compare September 9, 2025 05:57
@renovate renovate bot changed the title fix(deps): update dependency sentry-sdk to v2.37.0 fix(deps): update dependency sentry-sdk to v2.37.1 Sep 9, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x-lockfile branch from 5edfba2 to 3326474 Compare September 9, 2025 18:46
@renovate renovate bot changed the title fix(deps): update dependency sentry-sdk to v2.37.1 fix(deps): update dependency sentry-sdk to v2.38.0 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x-lockfile branch from 3326474 to 9e11486 Compare September 15, 2025 17:37
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x-lockfile branch from 9e11486 to d81c4a6 Compare September 25, 2025 04:31
@renovate renovate bot changed the title fix(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-lockfile branch from d81c4a6 to 52ec9d5 Compare September 25, 2025 15:59
@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x-lockfile branch from 52ec9d5 to ddc67ad Compare October 6, 2025 13:07
@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
Copy link

sentry-io bot commented Oct 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 9.65%. Comparing base (d6bf84d) to head (317a167).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1048   +/-   ##
=====================================
  Coverage   9.65%   9.65%           
=====================================
  Files        123     123           
  Lines      10427   10427           
  Branches    1281    1281           
=====================================
  Hits        1007    1007           
  Misses      9311    9311           
  Partials     109     109           
Flag Coverage Δ *Carryforward flag
database 0.31% <ø> (ø) Carriedforward from d6bf84d
integration 5.85% <ø> (ø)
unit 6.31% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

Components Coverage Δ
Core Bot Infrastructure 16.43% <ø> (ø)
Database Layer 0.00% <ø> (ø)
Bot Commands & Features 0.00% <ø> (ø)
Event & Error Handling ∅ <ø> (∅)
Utilities & Helpers ∅ <ø> (∅)
User Interface Components 0.00% <ø> (ø)
CLI Interface ∅ <ø> (∅)
External Service Wrappers ∅ <ø> (∅)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/sentry-sdk-2.x-lockfile branch from ddc67ad to 09f5b23 Compare October 6, 2025 19:38
@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 force-pushed the renovate/sentry-sdk-2.x-lockfile branch from 09f5b23 to 317a167 Compare October 9, 2025 15:28
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.

0 participants