We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whenever a new Electron project gets created, we should automatically enable iOS, Microsoft, and Electron debug symbol built-in repos.
Usually, these settings can be found here: https://sentry.sentry.io/settings/projects/javascript/debug-symbols/
Slack.
The text was updated successfully, but these errors were encountered:
Regardless of the current epoch's default, the option sentry:builtin_symbol_sources should be set to ["ios", "microsoft", "electron"].
sentry:builtin_symbol_sources
["ios", "microsoft", "electron"]
The actual defaults are here and include symbol servers that need not be enabled for an electron project:
sentry/src/sentry/projectoptions/defaults.py
Lines 59 to 70 in aaa1fa6
Sorry, something went wrong.
shellmayr
Successfully merging a pull request may close this issue.
Whenever a new Electron project gets created, we should automatically enable iOS, Microsoft, and Electron debug symbol built-in repos.
Usually, these settings can be found here: https://sentry.sentry.io/settings/projects/javascript/debug-symbols/
Slack.
The text was updated successfully, but these errors were encountered: