Skip to content

feat: Update Sentry SDKs to v10.70.0 - #1407

Merged
timfish merged 2 commits into
masterfrom
test/new-sdk-version
Aug 19, 2026
Merged

feat: Update Sentry SDKs to v10.70.0#1407
timfish merged 2 commits into
masterfrom
test/new-sdk-version

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automatically generated PR to test new Sentry SDK version

@github-actions
github-actions Bot force-pushed the test/new-sdk-version branch from 5770276 to d51c6ea Compare July 25, 2026 09:33
@timfish
timfish enabled auto-merge (squash) July 28, 2026 11:13
@timfish
timfish requested a review from JPeer264 July 28, 2026 11:13
@github-actions
github-actions Bot force-pushed the test/new-sdk-version branch from f92582e to 427511d Compare July 29, 2026 09:54
@github-actions github-actions Bot changed the title feat: Update Sentry SDKs to v10.68.0 feat: Update Sentry SDKs to v10.69.0 Jul 30, 2026
@github-actions
github-actions Bot force-pushed the test/new-sdk-version branch from 427511d to 33350a6 Compare July 30, 2026 09:50
@github-actions
github-actions Bot force-pushed the test/new-sdk-version branch from 33350a6 to 7b2672a Compare August 5, 2026 09:54
@github-actions github-actions Bot changed the title feat: Update Sentry SDKs to v10.69.0 feat: Update Sentry SDKs to v10.70.0 Aug 11, 2026
@github-actions
github-actions Bot force-pushed the test/new-sdk-version branch 2 times, most recently from ccdacf6 to e69884e Compare August 12, 2026 09:26
@github-actions
github-actions Bot force-pushed the test/new-sdk-version branch from e69884e to cbda8a6 Compare August 18, 2026 09:10

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit cbda8a6. Configure here.

Comment thread package.json Outdated
Comment thread package.json Outdated
"@sentry/core": "10.67.0",
"@sentry/node": "10.67.0"
"@sentry/browser": "10.70.0",
"@sentry/conventions": "10.70.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: The package.json requires @sentry/conventions@10.70.0, but yarn.lock is not updated, causing a dependency conflict with other Sentry packages that require ^0.16.0.
Severity: CRITICAL

Suggested Fix

Regenerate the yarn.lock file by running yarn install or yarn upgrade. This will update the lockfile to resolve the dependency conflict and ensure all packages use a consistent and valid version of @sentry/conventions.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent. Verify if this is a real issue. If it is, propose a fix; if not, explain why it's
not valid.

Location: package.json#L109

Potential issue: The PR updates `@sentry/conventions` to version `10.70.0` in
`package.json` but fails to regenerate the `yarn.lock` file. The existing `yarn.lock`
still contains `@sentry/conventions@^0.16.0` and other Sentry packages that depend on
this older version. This creates an unsatisfiable dependency conflict that will cause
`yarn install` to fail for any developer or CI/CD pipeline attempting to build the
project. This build failure will prevent the application from being deployed or run. The
code in `src/main/integrations/streamed-renderer-spans.ts` which imports from this
package would also fail at runtime if the installation were to somehow proceed.

Also affects:

  • src/main/integrations/streamed-renderer-spans.ts

Did we get this right? 👍 / 👎 to inform future reviews.

@timfish
timfish merged commit 0220576 into master Aug 19, 2026
116 checks passed
@timfish
timfish deleted the test/new-sdk-version branch August 19, 2026 11:38
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.

2 participants