fix: reapply sentry patch (#3993)
This commit is contained in:
parent
b358640113
commit
93574a7deb
|
|
@ -1,8 +1,8 @@
|
|||
diff --git a/esm/main/ipc.js b/esm/main/ipc.js
|
||||
index 8edfaf4660734f9120a6d5f5f806688c25a3a026..a692b1c16470b0dbed7c53e1c9aeff8a456f1c5a 100644
|
||||
index b5d4478b20cac94e1e1e54900d616286aa9f7733..3639b802c2f4012e943ed2f3d0454fbf5eeda3e3 100644
|
||||
--- a/esm/main/ipc.js
|
||||
+++ b/esm/main/ipc.js
|
||||
@@ -111,14 +111,6 @@ function configureProtocol(client, options) {
|
||||
@@ -134,14 +134,6 @@ function configureProtocol(client, options) {
|
||||
if (app.isReady()) {
|
||||
throw new Error("Sentry SDK should be initialized before the Electron app 'ready' event is fired");
|
||||
}
|
||||
|
|
@ -18,10 +18,10 @@ index 8edfaf4660734f9120a6d5f5f806688c25a3a026..a692b1c16470b0dbed7c53e1c9aeff8a
|
|||
app
|
||||
.whenReady()
|
||||
diff --git a/main/ipc.js b/main/ipc.js
|
||||
index 01fc75bdf031b62195504cc0bf7055ebbf15b641..0519242ba5f391f9f618229044948feefeae1de8 100644
|
||||
index 6866654fb79361ec90cc9b175a624d80c1e614b4..74494413854aba2acf777d641e356d0200b5a6d1 100644
|
||||
--- a/main/ipc.js
|
||||
+++ b/main/ipc.js
|
||||
@@ -111,14 +111,6 @@ function configureProtocol(client, options) {
|
||||
@@ -134,14 +134,6 @@ function configureProtocol(client, options) {
|
||||
if (electron.app.isReady()) {
|
||||
throw new Error("Sentry SDK should be initialized before the Electron app 'ready' event is fired");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ patchedDependencies:
|
|||
hash: 5b5ab1ba36e8c0d7ffee912ebf29c1a18bc101c9c661ceb1bb0bda3deaf4c667
|
||||
path: patches/@pengx17__electron-forge-maker-appimage.patch
|
||||
'@sentry/electron':
|
||||
hash: b5efa039abfa14f7833b762e8a7c1c3ae147fda22954d860ffa3387db9acf8eb
|
||||
hash: a5a19cbba4427bc1e6f675a47170c6e03adc0fcec259258bfa07288185b5a979
|
||||
path: patches/@sentry__electron.patch
|
||||
daisyui@4.12.24:
|
||||
hash: d393ab1cbfbfcff21dce0796a59c2d8a37e2c6dd634a8ab476cbc67e47b93d9c
|
||||
|
|
@ -356,7 +356,7 @@ importers:
|
|||
version: 1.0.1
|
||||
'@sentry/electron':
|
||||
specifier: 6.8.0
|
||||
version: 6.8.0(patch_hash=b5efa039abfa14f7833b762e8a7c1c3ae147fda22954d860ffa3387db9acf8eb)
|
||||
version: 6.8.0(patch_hash=a5a19cbba4427bc1e6f675a47170c6e03adc0fcec259258bfa07288185b5a979)
|
||||
builder-util-runtime:
|
||||
specifier: 9.3.1
|
||||
version: 9.3.1
|
||||
|
|
@ -21940,7 +21940,7 @@ snapshots:
|
|||
|
||||
'@sentry/core@9.30.0': {}
|
||||
|
||||
'@sentry/electron@6.8.0(patch_hash=b5efa039abfa14f7833b762e8a7c1c3ae147fda22954d860ffa3387db9acf8eb)':
|
||||
'@sentry/electron@6.8.0(patch_hash=a5a19cbba4427bc1e6f675a47170c6e03adc0fcec259258bfa07288185b5a979)':
|
||||
dependencies:
|
||||
'@sentry/browser': 9.26.0
|
||||
'@sentry/core': 9.26.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue