Skip to content

Commit b91ca80

Browse files
authored
feat(platforms): Add Svelte as a platform (Backend) (#38379)
This PR adds Svelte as a platform to the new `platform_categories.py` file.
1 parent 44b4107 commit b91ca80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/utils/platform_categories.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"javascript-vue",
4646
"javascript-nextjs",
4747
"javascript-remix",
48+
"javascript-svelte",
4849
"unity",
4950
]
5051

@@ -216,6 +217,7 @@
216217
"javascript-vue",
217218
"javascript-nextjs",
218219
"javascript-remix",
220+
"javascript-svelte",
219221
# mobile
220222
"android",
221223
"apple-ios",

0 commit comments

Comments
 (0)