-
-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
getsentry/sentry-javascript
#8488Description
I'm noticing Electron stacktraces including a full path for the module value rather than just the module.
For instance, this: C:\Users\User\AppData\Local\Programs\<company_name_here>\resources\app.asar\main instead of just main by replacing everything that comes before .asar\.
The data I'm looking at may have no source maps or lack of context lines.
This causes grouping issues downstream. You can validate this in an Electron project with Discover by querying for stack.module:"C:\Users*" and using the following columns (see screenshot).

I see the following values:
- module: `C:\Users\User\AppData\Local\Programs\<company_name_here>\resources\app.asar\main
- filename:
app:///main.js - abs_path:
app:///main.js
I would expect the values to be:
- module:
main - filename:
app:///main.js - abs_path:
C:\\Users\\User\\AppData\\Local\\Programs\\<company_name_here>\\resources\\app.asar\\main.js
Q: Would this be a reasonable fix?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Fields
Give feedbackNo fields configured for issues without a type.