Bump sentry-sdk from 2.55.0 to 2.68.1 - #733
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.55.0 to 2.68.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.55.0...2.68.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.68.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
🟡 Waiting for changesLast updated: 2026-09-01 00:46 UTC |
rtibblesbot
approved these changes
Sep 1, 2026
rtibblesbot
left a comment
Contributor
There was a problem hiding this comment.
PR #733 — sentry-sdk 2.55.0 → 2.68.1, lockfile-only.
- Semver risk: minor (13 accumulated minor releases)
- Dependency type: production, optional extra —
sentry = ["sentry-sdk>=2.32.0"]already admits 2.68.1, so no manifest change is needed - Breaking changes: none reaching this project
- Security fixes: none for consumers (the one
(security)entry is a script-injection fix in sentry-python's own CI workflow) - Peer/transitive deps: unchanged (
certifi,urllib3>=1.26.11); lockfile diff is confined to thesentry-sdkblock - CI: passing across the full 3.9–3.13 × ubuntu/macos/windows matrix
Behavior changes in range, none of which apply here — ricecooker's only usage is a bare sentry_sdk.init() with no arguments (ricecooker/config.py:288):
- 2.68.0 made
enable_logs/enable_metricsno-op (to be dropped next major), with 2.68.1 partially reverting; neither option is set here. - 2.61.1 disabled event string truncation by default — very large payloads may be dropped rather than truncated.
- 2.64.0
gen_aispan changes and thesend_default_piigating sweep affect only AI/web-framework integrations, none installed.
@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly
How was this generated?
Ran a dependency-update review pipeline over the version bump:
- Classified the bump by semver (patch / minor / major) and dependency type (production vs. development)
- Extracted the changelog and release notes across the version range
- Assessed compatibility with this project's usage and whether any code changes are required
- Treated CI as the primary safety net
- Scaled the review depth to the update's risk
- Chose the verdict from semver risk, changelog findings, and CI status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps sentry-sdk from 2.55.0 to 2.68.1.
Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
98f7d91Update changelog8f886ffrelease: 2.68.1df4ec02fix(logs): Don't stop sending auto-collected logs whenenable_logs=True(#7...e320318test(pyramid): Add tests for data_collection gating of request body (#7218)7b8a385test(bottle): Add tests for data_collection gating of request body (#7217)cbcadc9test(sanic): Add tests for data_collection gating of request body (#7216)e42c798feat(tornado): Gate request body collection on data_collection option (#7215)d05bb60test(django): Add tests for data_collection gating of request body (#7213)bcce67bfeat(wsgi): Gate request body collection on data_collection option (#7212)41220c4fix(google_genai): Gate streaminggen_ai.response.tool_callson outputs, no...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)