We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d380d32 commit f1e5f35Copy full SHA for f1e5f35
src/sentry/models/project.py
@@ -108,6 +108,7 @@
108
"javascript-solidstart",
109
"javascript-svelte",
110
"javascript-sveltekit",
111
+ "javascript-tanstackstart-react",
112
"javascript-nuxt",
113
"javascript-vue",
114
"kotlin",
src/sentry/utils/platform_categories.py
@@ -19,6 +19,7 @@
19
20
21
22
23
"javascript-astro",
24
"unity",
25
}
0 commit comments