swach icon indicating copy to clipboard operation
swach copied to clipboard

Build(deps): Bump @sentry/electron from 4.24.0 to 6.1.0

Open dependabot[bot] opened this issue 10 months ago • 0 comments

Bumps @sentry/electron from 4.24.0 to 6.1.0.

Release notes

Sourced from @​sentry/electron's releases.

6.1.0

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 autoSessionTracking option has been removed

Whereas in v5, session tracking was disabled by setting autoSessionTracking to false, in v6 session tracking can be disabled by removing the MainProcessSession integration

import * 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 null in beforeSend for native crashes should not impact release health (#1066)
  • feat: Set log level for net breadcrumbs based on status code (#1070)
  • test: Test more child process types (#1063)

5.10.0

  • fix: Deprecate renderer init options which should only be used in main process (#1044)
  • feat: Update from v8.46.0 to v8.48.0 of JavaScript SDKs (#1046)
  • feat: Determine Electron process from minidump metadata (#1049)
  • fix: Guard against invalid queue entries (#1053)

... (truncated)

Changelog

Sourced from @​sentry/electron's changelog.

6.1.0

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 autoSessionTracking option has been removed

Whereas in v5, session tracking was disabled by setting autoSessionTracking to false, in v6 session tracking can be disabled by removing the MainProcessSession integration

import * 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 null in beforeSend for native crashes should not impact release health (#1066)
  • feat: Set log level for net breadcrumbs based on status code (#1070)
  • test: Test more child process types (#1063)

5.10.0

... (truncated)

Commits

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)

dependabot[bot] avatar Feb 21 '25 10:02 dependabot[bot]