Skip to content

chore(deps): update dependency sentry-sdk to v2.68.1 - #1734

Merged
tobiasge merged 1 commit into
developfrom
renovate/sentry-sdk-2.x
Aug 25, 2026
Merged

chore(deps): update dependency sentry-sdk to v2.68.1#1734
tobiasge merged 1 commit into
developfrom
renovate/sentry-sdk-2.x

Conversation

@renovate

@renovate renovate Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
sentry-sdk (changelog) ==2.68.0==2.68.1 age confidence

Release Notes

getsentry/sentry-python (sentry-sdk)

v2.68.1

Compare Source

enable_logs
  • (logs) Don't stop sending auto-collected logs when enable_logs=True by @​sentrivana in #​7237

    If you have enable_logs set to True, our logging integrations for the standard library logging module as well as Loguru will auto-collect logs and send them to Sentry as Sentry logs by default, preserving old behavior. Turning automatic collection off for a specific integration can still be achieved using the capture_sentry_logs integration option.

    import sentry_sdk
    from sentry_sdk.integrations.logging import LoggingIntegration
    from sentry_sdk.integrations.loguru import LoguruIntegration
    
    sentry_sdk.init(
        enable_logs=True,
        integrations=[
            LoggingIntegration(capture_sentry_logs=True),
            LoguruIntegration(capture_sentry_logs=False),
        ],
    )

    Please note that the enable_logs option is deprecated and will be removed in the next major release. The sentry_sdk.logger.X API now works regardless of it, and auto-collection can be opted into via the capture_sentry_logs integration-level options, which are False by default, unless you have enable_logs=True. We've added this compatibility layer to make the transition to a enable_logs-free world easier.

Bug Fixes 🐛

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.

@renovate renovate Bot added the maintenance The issue describes a maintenance task, such as upgrading a dependency to a certain version. label Aug 25, 2026
@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_LINT Pass ✅
EDITORCONFIG Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@tobiasge
tobiasge merged commit 2127007 into develop Aug 25, 2026
12 of 14 checks passed
@tobiasge
tobiasge deleted the renovate/sentry-sdk-2.x branch August 25, 2026 19:06
@tobiasge tobiasge mentioned this pull request Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance The issue describes a maintenance task, such as upgrading a dependency to a certain version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant