mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
feat: Add Sentry sourcemap uploading for editor-ui (no-changelog) (#5870)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
12
patches/@sentry__cli@2.17.0.patch
Normal file
12
patches/@sentry__cli@2.17.0.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/js/helper.js b/js/helper.js
|
||||
index a4a7a61f0e226d7cb45f8d5db34c35cc9e62cf96..38fd3ec2214970b1c5dd22fdff902ff3b5eeddde 100644
|
||||
--- a/js/helper.js
|
||||
+++ b/js/helper.js
|
||||
@@ -15,6 +15,7 @@ function getBinaryPath() {
|
||||
const parts = [];
|
||||
parts.push(__dirname);
|
||||
parts.push('..');
|
||||
+ parts.push('bin');
|
||||
parts.push(`sentry-cli${process.platform === 'win32' ? '.exe' : ''}`);
|
||||
return path.resolve(...parts);
|
||||
}
|
||||
Reference in New Issue
Block a user