Skip to content

Commit b5f4d50

Browse files
authored
add default symbol server for game engines
1 parent b3921c7 commit b5f4d50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sentry/api/helpers/default_symbol_sources.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
DEFAULT_SYMBOL_SOURCES = {
55
"electron": ["ios", "microsoft", "electron"],
66
"javascript-electron": ["ios", "microsoft", "electron"],
7-
"unity": ["unity"],
7+
"unity": ["unity", "nvidia", "ubuntu"],
8+
"unreal-engine": ["nvidia", "ubuntu"],
9+
"godot": ["nvidia", "ubuntu"],
810
}
911

1012

0 commit comments

Comments
 (0)