Skip to content

Commit

Permalink
feat(onboarding): Add missing python platforms (#55347)
Browse files Browse the repository at this point in the history
Add platform definitions for `python-aiohttp`, `python-chalice`,
`python-falcon`, `python-quart`, `python-tryton`, `python-wsgi` and
`python-serverless`.

Relates to: #55346
  • Loading branch information
ArthurKnaus authored Aug 30, 2023
1 parent 34efa18 commit cd955ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/sentry/utils/platform_categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@
"python-starlette",
"python-sanic",
"python-celery",
"python-aiohttp",
"python-chalice",
"python-falcon",
"python-quart",
"python-tryton",
"python-wsgi",
"python-bottle",
"python-pylons",
"python-pyramid",
Expand All @@ -119,6 +125,7 @@
"python-awslambda",
"python-azurefunctions",
"python-gcpfunctions",
"python-serverless",
"node-awslambda",
"node-azurefunctions",
"node-gcpfunctions",
Expand Down

0 comments on commit cd955ea

Please sign in to comment.