Browse Source

feat(platforms): Add Svelte as a platform (Backend) (#38379)

This PR adds Svelte as a platform to the new `platform_categories.py` file.
Lukas Stracke 2 years ago
parent
commit
b91ca804d2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/sentry/utils/platform_categories.py

+ 2 - 0
src/sentry/utils/platform_categories.py

@@ -45,6 +45,7 @@ FRONTEND = [
     "javascript-vue",
     "javascript-nextjs",
     "javascript-remix",
+    "javascript-svelte",
     "unity",
 ]
 
@@ -216,6 +217,7 @@ RELEASE_HEALTH = [
     "javascript-vue",
     "javascript-nextjs",
     "javascript-remix",
+    "javascript-svelte",
     # mobile
     "android",
     "apple-ios",