Skip to content

Generate source map for the main process and upload it to Sentry#206

Merged
phenaproxima merged 2 commits into
mainfrom
sentry/source-maps
Feb 11, 2026
Merged

Generate source map for the main process and upload it to Sentry#206
phenaproxima merged 2 commits into
mainfrom
sentry/source-maps

Conversation

@phenaproxima

Copy link
Copy Markdown
Collaborator

Description

We added debugging telemetry with Sentry a long time ago, but we don't have a ton of insight into what's going wrong for people, when things go wrong.

Part of that is that I haven't yet had the time to learn about and master Sentry's incredibly complicated UI. Another aspect of it is that we don't have proper backtraces or insight into where in the code the failures are happening, because Sentry has no source maps.

Sentry does, however, have documentation for how to generate and upload source maps as part of the build process (they even have a helpful wizard for it). I've followed those steps: https://docs.sentry.io/platforms/javascript/guides/electron/sourcemaps

This PR is the result of running the wizard.

AI Disclosure

Fully manual.

@phenaproxima phenaproxima merged commit c10f626 into main Feb 11, 2026
2 checks passed
@phenaproxima phenaproxima deleted the sentry/source-maps branch February 11, 2026 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant