Build(deps): Bump @sentry/electron from 4.24.0 to 6.1.0
Bumps @sentry/electron from 4.24.0 to 6.1.0.
Release notes
Sourced from @sentry/electron's releases.
6.1.0
- feat: Update from v9.0.1 to v9.1.0 (#1080)
- feat: Support
@sentry/profiling-node(#1084)- fix: Renderer ANR detection (#1083)
6.0.0
This release updates the underlying Sentry JavaScript SDKs to v9 which includes some breaking changes. Check out the the migration guide for more details.
- feat: Update JavaScript SDKs to v9.0.0 (#1072)
Supported Electron Versions
The Sentry Node SDK now requires Node >= 18.0.0 which means the Sentry Electron SDK now supports Electron >= 23.0.0.
The
autoSessionTrackingoption has been removedWhereas in v5, session tracking was disabled by setting
autoSessionTrackingtofalse, in v6 session tracking can be disabled by removing theMainProcessSessionintegrationimport * as Sentry from "@sentry/electron/main";Sentry.init({
dsn: "DSN",
// autoSessionTracking: false,
integrations: (defaults) => defaults.filter((i) => i.name !== "MainProcessSession"),
});
5.11.0
- feat: Update from v8.48.0 to v8.51.0 (#1066)
- fix: Returning
nullinbeforeSendfor native crashes should not impact release health (#1066)- feat: Set log level for
netbreadcrumbs based on status code (#1070)- test: Test more child process types (#1063)
5.10.0
... (truncated)
Changelog
Sourced from @sentry/electron's changelog.
6.1.0
- feat: Update from v9.0.1 to v9.1.0 (#1080)
- feat: Support
@sentry/profiling-node(#1084)- fix: Renderer ANR detection (#1083)
6.0.0
This release updates the underlying Sentry JavaScript SDKs to v9 which includes some breaking changes. Check out the the migration guide for more details.
- feat: Update JavaScript SDKs to v9.0.0 (#1072)
Supported Electron Versions
The Sentry Node SDK now requires Node >= 18.0.0 which means the Sentry Electron SDK now supports Electron >= 23.0.0.
The
autoSessionTrackingoption has been removedWhereas in v5, session tracking was disabled by setting
autoSessionTrackingtofalse, in v6 session tracking can be disabled by removing theMainProcessSessionintegrationimport * as Sentry from "@sentry/electron/main";Sentry.init({
dsn: "DSN",
// autoSessionTracking: false,
integrations: (defaults) => defaults.filter((i) => i.name !== "MainProcessSession"),
});
5.11.0
- feat: Update from v8.48.0 to v8.51.0 (#1066)
- fix: Returing
nullinbeforeSendfor native crashes should not impact release health (#1066)- feat: Set log level for
netbreadcrumbs based on status code (#1070)- test: Test more child process types (#1063)
5.10.0
... (truncated)
Commits
719d015release: 6.1.079a9d54meta: Changelog for v6.1.0 release (#1086)9b798a5feat: Support@sentry/profiling-node(#1084)0589e8dfix: Renderer ANR detection (#1083)643947dMerge branch 'release/6.0.0'805470dtest: Add Electron Forge Vite test (#1085)b77df77test: New Electron versions (#1082)bf30ddffeat: Update to v9.1.0 of JavaScript SDKs (#1080)9664f46release: 6.0.09175622fix: Only setip.address: '{{auto}}'whensendDefaultPii: true(#1079)- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)