-
-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
- Review the documentation: https://docs.sentry.io/platforms/javascript/electron/
- Search for existing issues: https://github.com/getsentry/sentry-electron/issues
- Use the latest release: https://github.com/getsentry/sentry-electron/releases
- Provide a link to the affected event from your Sentry account
Versions + Platform
- SDK version -
@sentry/[email protected] - Electron version -
[email protected] - Platform -
Windows
Description
In my Electron app issues are not properly merged from Windows users.
In the app I'm basically doing:
Sentry.captureException(new Error('Tried to send recordingEvent [...]'));
These are the duplicate issues that I get in Sentry:
I can see the full user path as a description. I'd expect C:\Users\myusername to be replaced to e.g. ~ (or something else), and I guess then it can be merged properly? On macOS this doesn't seem to be an issue.
Or is there another way to rewrite the errors so this user path doesn't get included?
Metadata
Metadata
Assignees
Labels
No labels
