Skip to content

Commit

Permalink
feat: Upload sourcemaps to Sentry (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
oto-ciulis-tt authored Dec 1, 2024
1 parent 17f6be2 commit 7a73f88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"license": "GPL-3.0-only",
"dependencies": {
"@sentry/electron": "^5.4.0",
"@sentry/vite-plugin": "^2.22.4",
"@sentry/vite-plugin": "^2.22.6",
"@todesktop/runtime": "^1.6.4",
"adm-zip": "^0.5.15",
"axios": "^1.7.7",
Expand Down
4 changes: 2 additions & 2 deletions vite.main.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ export default defineConfig((env) => {
process.env.NODE_ENV === 'production'
? sentryVitePlugin({
org: 'comfy-org',
project: 'electron',
project: 'desktop',
authToken: process.env.SENTRY_AUTH_TOKEN,
release: {
name: version,
name: `ComfyUI@${version}`,
},
})
: undefined,
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ __metadata:
"@electron/windows-sign": "npm:^1.1.3"
"@playwright/test": "npm:^1.47.2"
"@sentry/electron": "npm:^5.4.0"
"@sentry/vite-plugin": "npm:^2.22.4"
"@sentry/vite-plugin": "npm:^2.22.6"
"@sentry/wizard": "npm:^3.30.0"
"@todesktop/cli": "npm:^1.9.7"
"@todesktop/runtime": "npm:^1.6.4"
Expand Down Expand Up @@ -3056,7 +3056,7 @@ __metadata:
languageName: node
linkType: hard

"@sentry/vite-plugin@npm:^2.22.4":
"@sentry/vite-plugin@npm:^2.22.6":
version: 2.22.6
resolution: "@sentry/vite-plugin@npm:2.22.6"
dependencies:
Expand Down

0 comments on commit 7a73f88

Please sign in to comment.