We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8eb5f5 commit db0c633Copy full SHA for db0c633
src/sentry/models/project.py
@@ -105,6 +105,7 @@
105
"javascript-gatsby",
106
"javascript-nextjs",
107
"javascript-react",
108
+ "javascript-react-router",
109
"javascript-remix",
110
"javascript-solid",
111
"javascript-solidstart",
src/sentry/utils/platform_categories.py
@@ -6,6 +6,7 @@
6
"dart",
7
"javascript",
8
9
10
"javascript-angular",
11
"javascript-angularjs",
12
"javascript-backbone",
0 commit comments