electron / electron/symbol-server
Symbol server doesn't work with renamed production apps
- Dominant language
- JavaScript
- Stars
- 25
- Forks
- 14
- Avg merge
- 10d 11m
- Merged PRs (30d)
- 3
Description
Apart from a select few apps:
https://github.com/electron/symbol-server/blob/5b8baf252be24fc06e54fda68b26912f469983f3/src/index.ts#L22
The symbol server doesn't work with production apps that have been renamed.
Sentry have recently added some regex renames so that their service can still get debug symbols for renamed production apps.
Maybe these regexes could be re-used so that the symbol server works for all renamed production apps?
https://github.com/getsentry/sentry/pull/87176/files#diff-2ed6ee4d1f42e2b1b5c31ff8f0ef875ed17b0eb3110bd0db21427e1ac8bf44adR72-R76
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.