getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.22k stars 4.21k forks source link

feat(processing): add electron symbol server to default for electron projects #81118

Open shellmayr opened 9 hours ago

shellmayr commented 9 hours ago

For projects with platforms electron and javascript-electron, add the public electron symbol server to the list of default symbol servers during project creation.

Closes https://github.com/getsentry/sentry/issues/80891

codecov[bot] commented 8 hours ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #81118 +/- ## ========================================== - Coverage 78.48% 78.47% -0.01% ========================================== Files 7215 7216 +1 Lines 319848 319857 +9 Branches 44058 44060 +2 ========================================== - Hits 251019 251017 -2 - Misses 62438 62445 +7 - Partials 6391 6395 +4 ```