Browse Source

chore(conf): Update Electron symbol server URL (#20013)

https://symbols.electronjs.org/ is an alias for the old githubapp.com
URL, we can't guarantee the longevity of the old URL so this should be
updated.
Samuel Attard 4 years ago
parent
commit
e63c48c66c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sentry/conf/server.py

+ 1 - 1
src/sentry/conf/server.py

@@ -1769,7 +1769,7 @@ SENTRY_BUILTIN_SOURCES = {
         "id": "sentry:electron",
         "name": "Electron",
         "layout": {"type": "native"},
-        "url": "https://electron-symbols.githubapp.com/",
+        "url": "https://symbols.electronjs.org/",
         "filters": {"filetypes": ["pdb", "breakpad", "sourcebundle"]},
         "is_public": True,
     },