Browse Source

feat(onboarding): Add missing python platforms (#55347)

Add platform definitions for `python-aiohttp`, `python-chalice`,
`python-falcon`, `python-quart`, `python-tryton`, `python-wsgi` and
`python-serverless`.

Relates to: https://github.com/getsentry/sentry/pull/55346
ArthurKnaus 1 year ago
parent
commit
cd955ea612
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/sentry/utils/platform_categories.py

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

@@ -103,6 +103,12 @@ BACKEND = [
     "python-starlette",
     "python-starlette",
     "python-sanic",
     "python-sanic",
     "python-celery",
     "python-celery",
+    "python-aiohttp",
+    "python-chalice",
+    "python-falcon",
+    "python-quart",
+    "python-tryton",
+    "python-wsgi",
     "python-bottle",
     "python-bottle",
     "python-pylons",
     "python-pylons",
     "python-pyramid",
     "python-pyramid",
@@ -119,6 +125,7 @@ SERVERLESS = [
     "python-awslambda",
     "python-awslambda",
     "python-azurefunctions",
     "python-azurefunctions",
     "python-gcpfunctions",
     "python-gcpfunctions",
+    "python-serverless",
     "node-awslambda",
     "node-awslambda",
     "node-azurefunctions",
     "node-azurefunctions",
     "node-gcpfunctions",
     "node-gcpfunctions",