Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2025

Bumps @sentry/electron from 5.12.0 to 6.11.0.

Release notes

Sourced from @​sentry/electron's releases.

6.11.0

  • feat: Update JavaScript SDKs from v9.45.0 to v9.46.0
  • fix: Ensure native directory ends up in package (#1216)

6.10.0

  • feat: Update JavaScript SDKs from v9.43.0 to v9.45.0
  • fix: Don't use deepmerge to merge events to remove circular ref. issues (#1210)
  • fix: Support node16 for TypeScript moduleResolution (#1203)

6.9.0

  • feat: Update JavaScript SDKs from v9.26.0 to v9.43.0
  • feat: Add eventLoopBlockIntegration (#1188)
  • feat: Move renderer event loop block detection to an integration (#1196)

6.8.0

  • feat: Update JavaScript SDKs from v9.25.0 to v9.26.0
  • fix: Don't capture stack traces from destroyed renderers (#1165)

6.7.0

  • feat: Update JavaScript SDKs from v9.18.0 to v9.25.0
  • feat: Add structured logging support (#1159)

6.6.0

6.5.0

  • feat: Update JavaScript SDKs from v9.10.1 to v9.11.0
  • fix: GPU context should use id rather than device_id (#1126)
  • feat: Optionally capture manufacturer and model device context (#1125)

6.4.0

  • feat: Update JavaScript SDKs from v9.8.0 to v9.10.1
  • fix: Missing Dynamic Sampling Context in envelope header for renderer tracing (#1117)
  • feat: Use frame.collectJavaScriptCallStack() for renderer ANR in Electron >= v34 (#1105)

6.3.0

  • feat: Update JavaScript SDKs from v9.6.0 to v9.8.0
  • fix: Electron app.getPath('crashDumps') API can throw (#1106)

6.2.0

  • feat: Update from v9.1.0 to v9.6.0 of the JavaScript SDKs
  • feat: Use new registerPreloadScript API in Electron >= v35 (#1098)
  • feat: Add gpuContextIntegration (#1097)
  • feat: Parse crashpad metadata from minidumps and include in electron context (#1095)

6.1.0

... (truncated)

Changelog

Sourced from @​sentry/electron's changelog.

6.11.0

  • feat: Update JavaScript SDKs from v9.45.0 to v9.46.0
  • fix: Ensure native directory ends up in package (#1216)

6.10.0

  • feat: Update JavaScript SDKs from v9.43.0 to v9.45.0
  • fix: Don't use deepmerge to merge events to remove circular ref. issues (#1210)
  • fix: Support node16 for TypeScript moduleResolution (#1203)

6.9.0

  • feat: Update JavaScript SDKs from v9.26.0 to v9.43.0
  • feat: Add eventLoopBlockIntegration (#1188)
  • feat: Move renderer event loop block detection to an integration (#1196)

6.8.0

  • feat: Update JavaScript SDKs from v9.25.0 to v9.26.0
  • fix: Don't capture stack traces from destroyed renderers (#1165)

6.7.0

  • feat: Update JavaScript SDKs from v9.18.0 to v9.25.0
  • feat: Add structured logging support (#1159)

6.6.0

6.5.0

  • feat: Update JavaScript SDKs from v9.10.1 to v9.11.0
  • fix: GPU context should use id rather than device_id (#1126)
  • feat: Optionally capture manufacturer and model device context (#1125)

6.4.0

  • feat: Update JavaScript SDKs from v9.8.0 to v9.10.1
  • fix: Missing Dynamic Sampling Context in envelope header for renderer tracing (#1117)
  • feat: Use frame.collectJavaScriptCallStack() for renderer ANR in Electron >= v34 (#1105)

6.3.0

  • feat: Update JavaScript SDKs from v9.6.0 to v9.8.0
  • fix: Electron app.getPath('crashDumps') API can throw (#1106)

... (truncated)

Commits
  • b3d29b8 release: 6.11.0
  • 6b228a7 chore: CHANGELOG for v6.11.0 release (#1213)
  • b38cb29 chore: remove @​rollup/plugin-node-resolve, use npm-run-all2 (#1215)
  • ebd28b9 fix: Ensure native directory ends up in package (#1216)
  • dc4d582 feat: Update JavaScript SDKs to v9.46.0 (#1212)
  • 07a2740 Merge branch 'release/6.10.0'
  • 7b376af build(deps-dev): Bump tmp from 0.2.3 to 0.2.4 (#1208)
  • cb95666 release: 6.10.0
  • 85929df chore: Changelog for v6.10.0 (#1211)
  • 91376f4 fix: Don't use deepmerge to merge events to remove circular ref. issues (#1...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@sentry/electron [>= 6.5.a, < 6.6]
@sentry/electron [>= 6.6.a, < 6.7]
@sentry/electron [>= 6.4.a, < 6.5]

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@sentry/electron](https://github.com/getsentry/sentry-electron) from 5.12.0 to 6.11.0.
- [Release notes](https://github.com/getsentry/sentry-electron/releases)
- [Changelog](https://github.com/getsentry/sentry-electron/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-electron@5.12.0...6.11.0)

---
updated-dependencies:
- dependency-name: "@sentry/electron"
  dependency-version: 6.11.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 3, 2025
@sircharlo
Copy link
Owner

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2025

Superseded by #4930.

@dependabot dependabot bot closed this Sep 4, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sentry/electron-6.11.0 branch September 4, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant