Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @sentry/electron to v4 - autoclosed #2331

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/electron 3.0.8 -> 4.24.0 age adoption passing confidence

Release Notes

getsentry/sentry-electron (@​sentry/electron)

v4.24.0

Compare Source

v4.23.0

Compare Source

v4.22.0

Compare Source

v4.21.0

Compare Source

v4.20.0

Compare Source

v4.19.0

Compare Source

  • feat: Update from v7.101.0 to
    v7.102.1 of JavaScript SDKs (#​823)
  • feat: Deprecate class based integrations in favor of new functional style (#​822)

v4.18.0

Compare Source

v4.17.0

Compare Source

  • feat: Update from v7.90.0 to
    v7.92.0 of JavaScript SDKs (#​810)
  • feat: Re-work ANR detection to use worker thread (#​810)
  • feat: Add support for performance metrics (#​811)
  • test: Ensure correct scope for main process native crashes (#​812)

v4.16.0

Compare Source

v4.15.1

Compare Source

  • fix: Don't call app.getPath('userData') before SDK init (#​797)

v4.15.0

Compare Source

v4.14.0

Compare Source

  • feat: Renderer process ANR detection with stack traces (#​770)
  • fix: Hide ANR child process from dock (#​777)
  • test: Electron v28 main process ESM (#​773)

v4.13.0

Compare Source

v4.12.0

Compare Source

  • feat: Identify webContents of renderers via custom protocol (#​762)
  • fix: Re-work Sentry minidump loader (#​761)
  • feat: Node compatible ESM build for main process (#​756)

Note: Node ESM support is in beta until Electron v28 has a beta release and can be tested with the full test suite.

v4.11.1

Compare Source

fix: Don't send minidumps that are too small to be valid (#​748)

v4.11.0

Compare Source

  • feat: Add optional BrowserWindowSession to track sessions as window in foreground (#​725)
  • feat: Update from v7.63.0 to
    v7.68.0 of JavaScript SDKs (#​738)
  • feat: Mark errors caught by the SDK as unhandled

As per the changes in the JavaScript SDKs for
v7.67.0
, this release fixes inconsistent
behaviour of when our SDKs classify captured errors as unhandled. Previously, some of our instrumentations correctly set
unhandled, while others set handled.

Going forward, all errors caught automatically from our SDKs will be marked as unhandled.
If you manually capture errors (e.g. by calling Sentry.captureException), your errors will continue to be reported as handled.

This change might lead to a decrease in reported crash-free sessions and consequently in your release health score.
If you have concerns about this, feel free to open an issue.

v4.10.0

Compare Source

v4.9.0

Compare Source

  • fix: Ensure context from previous run is used for native main crashes (#​683)
  • feat: Tracing without performance (#​710)
  • feat: Deprecate tracingOrigins for tracePropagationTargets (#​703)
  • feat: Use protocol.handle on Electron >= v25 (#​704)
  • test: Update from v7.58.0 to v7.61.0 of JavaScript SDKs (#​709)

v4.8.0

Compare Source

  • feat: Update to v7.58.0 of JavaScript SDKs
    (#​699)
  • fix: Normalize filename before parsing into module name (#​699)

v4.7.0

Compare Source

v4.6.0

Compare Source

  • feat: Update to v7.50.0 of JavaScript SDKs
    (#​671)
  • fix: Fix debug ID matching by normalizing debug_meta paths (#​676)

v4.5.0

Compare Source

  • feat: Update to v7.48.0 of JavaScript SDKs
    (#​662)
  • fix: IPC protocol should be registered as secure (#​664)

v4.4.0

Compare Source

v4.3.0

Compare Source

  • fix: Add 2 second timeout to session flushing (#​644)
  • feat: Update dependencies (#​640)
  • feat: Update Sentry SDKs to 7.37.1 (#​636)
  • fix: Replay should be re-exported (#​633)

v4.2.0

Compare Source

  • feat: Update JavaScript SDKs to 7.30.0 and add support for Replay in renderers (#​618)
  • feat: Use a transport to send events to main process rather than via integration (#​610)
  • test: Add test to ensure window titles don't end up in breadcrumbs when disabled (#​594)
  • fix: Use POST for main process ping so it does not result in fetch breadcrumb (#​612)
  • CI: Use volta-cli/action to use the correct node version (#​609)
  • CI: Auto-generate PRs for JavaScript SDK updates (#​608)

v4.1.2

Compare Source

  • fix: Ensure the scope writes do not beat the initial async scope read (#​593)
  • fix: Also check crashpad pending directory on macOS when renderer process exits (#​592)

v4.1.1

Compare Source

  • feat: Add additional options and queue status callback to offline transport (#​580)
  • fix: Change parameter name to give more useful TypeScript error on SDK version mismatch (#​584)
  • fix: Attempt to send minidumps for all process gone reasons (#​586)

v4.1.0

Compare Source

  • feat: Support passing JavaScript framework specific SDK init as second init parameter (#​575)
  • feat: Update JavaScript SDKs to 7.15.0 (#​572)
  • fix: Include sentry_key in IPC Ping URL so it does not create breadcrumbs (#​576)

v4.0.3

Compare Source

  • fix: ElectronMainOptions type should be a union with NodeOptions

v4.0.2

Compare Source

This patch contains no changes. It has been made to make sure the 4.x set of versions have the latest tag on npm.

v4.0.1

Compare Source

  • fix: Page titles in breadcrumbs should not change (#​551)
  • feat: Update to v7.12.1 of JavaScript SDKs (#​548)
  • fix: Pass attachments from renderer to main (#​536)

v4.0.0

Compare Source

Updating the underlying Sentry JavaScript SDK's to v7 forces a major version bump due to minor breaking changes in user
facing APIs. Be sure to check out the migration doc.

Upgrading to v7.8.1 of the Sentry JavaScript SDKs (#​471 and #​527):

  • Minor internal changes due to API changes and deprecations
  • Rewrite transports to use new functional API
  • Simplify minidump submission since the underlying SDK now supports attachments

Other additions and fixes:

  • feat: Add ability to explicitly control offline mode (#​489)
  • feat: Allow closing of SDK (#​467)
  • feat: Optionally attach screenshots (#​510)
    • Disabled by default - Screenshots may contain PII
  • fix: Ensure environment is overridden for minidumps (#​497)
  • fix: Pass correct event to beforeSend (#​481)
  • fix: Correctly parse mixed Chrome/node stack traces in the renderer (#​509)
  • fix: Check for absolute paths for preload scripts (#​516)
  • fix: Allow async beforeSend in offline transport (#​514)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 3 times, most recently from 774ad2a to 1085971 Compare August 18, 2022 00:45
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 2 times, most recently from 2f8b1df to 4e9c5a2 Compare September 2, 2022 15:41
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 4 times, most recently from d6bad72 to 098e70b Compare September 15, 2022 17:05
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 2 times, most recently from 01babfb to 3cd50d5 Compare October 3, 2022 11:44
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 3 times, most recently from c156f28 to 56e93ce Compare October 10, 2022 18:17
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 2 times, most recently from 99607d7 to 67e7c1b Compare October 19, 2022 11:25
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 4 times, most recently from 0e43edb to d668f7e Compare November 3, 2022 13:40
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 2 times, most recently from 0f575f1 to a9b6ca6 Compare November 10, 2022 19:46
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 4 times, most recently from 012d2b7 to c25edc5 Compare November 21, 2022 18:33
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 3 times, most recently from 7a3e379 to f4f9d4f Compare November 29, 2022 17:16
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 2 times, most recently from f64eac2 to f155559 Compare April 27, 2023 20:56
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 3 times, most recently from 799c957 to 849a6fe Compare May 9, 2023 00:06
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch from 849a6fe to 583f408 Compare May 30, 2023 08:43
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch from 583f408 to 373581d Compare July 4, 2023 18:27
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch from 373581d to 2286164 Compare July 14, 2023 09:23
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch from 2286164 to 55f6846 Compare August 4, 2023 11:34
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch from 55f6846 to a396053 Compare August 14, 2023 13:31
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch from a396053 to 6cb69d6 Compare September 13, 2023 06:41
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 3 times, most recently from 08fa781 to bd379fa Compare October 5, 2023 16:13
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch from bd379fa to de894c8 Compare November 1, 2023 08:34
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 2 times, most recently from 8d4c18e to 3b922ce Compare December 6, 2023 12:22
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 2 times, most recently from 333d6ef to 253a2ab Compare January 8, 2024 20:29
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch from 253a2ab to bf85dd6 Compare February 16, 2024 17:00
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch 2 times, most recently from 9fae7fc to 8f9ef55 Compare March 5, 2024 15:19
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch from 8f9ef55 to ba10f8a Compare March 19, 2024 15:34
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch from ba10f8a to 6f46d03 Compare April 5, 2024 17:14
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch from 6f46d03 to c716190 Compare April 18, 2024 16:16
@renovate renovate bot force-pushed the renovate/sentry-electron-4.x branch from c716190 to f0919c5 Compare April 25, 2024 08:12
@renovate renovate bot changed the title fix(deps): update dependency @sentry/electron to v4 fix(deps): update dependency @sentry/electron to v4 - autoclosed May 21, 2024
@renovate renovate bot closed this May 21, 2024
@renovate renovate bot deleted the renovate/sentry-electron-4.x branch May 21, 2024 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants