⬆ bump sentry-sdk from 2.54.0 to 2.60.0#315
Conversation
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.54.0 to 2.60.0. - [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.54.0...2.60.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.60.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 437505dce6
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| { name = "redis", specifier = ">=6.4.0" }, | ||
| { name = "requests", specifier = "~=2.31" }, | ||
| { name = "sentry-sdk", specifier = ">=2.30.0" }, | ||
| { name = "sentry-sdk", specifier = ">=2.60.0" }, |
There was a problem hiding this comment.
Keep pyproject in sync with the lock bump
This lock metadata now says the shared package requires sentry-sdk>=2.60.0, but packages/shared/pyproject.toml still declares sentry-sdk>=2.30.0. Since the Dockerfiles copy both packages/shared/pyproject.toml and uv.lock before running uv sync --frozen, the source manifest and lockfile now disagree; future lock refreshes or installs that resolve from the package manifest can silently allow the older SDK again instead of preserving this bump. Please update the shared package dependency declaration alongside the lock entry.
Useful? React with 👍 / 👎.
Bumps sentry-sdk from 2.54.0 to 2.60.0.
Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
e30caaaUpdate CHANGELOG.mdd31ac85release: 2.60.0fcb9305feat: Remove truncation whenstream_gen_ai_spansis enabled (#6260)253a4d4feat: Add option to send GenAI spans in the new span format (#6079)619d803test(langchain): Inline global state (#6261)f92c803Revert "fix: Work around compromised transitive dependency (#6257)" (#6262)7a303dcAdd option to drop scrubbed user IP addresses (#6241)edaa6d6feat(pymongo): Add span streaming support (#6253)0e47eadfeat(asyncpg): Add cursor span support via BaseCursor method patching (#6252)17cc8c7fix: Use proto version 2 to fix backfilled user agent and IP (#6256)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)