|
@@ -223,7 +223,7 @@ class TeamProjectsEndpoint(TeamEndpoint, EnvironmentMixin):
|
|
|
project.update_option("sentry:similarity_backfill_completed", int(time.time()))
|
|
|
|
|
|
# Add electron symbol server by default to both electron and javascript-electron projects
|
|
|
- if project.platform and project.platform.endswith("electron"):
|
|
|
+ if project.platform and project.platform in ["electron", "javascript-electron"]:
|
|
|
project.update_option(
|
|
|
"sentry:builtin_symbol_sources", ["ios", "microsoft", "electron"]
|
|
|
)
|