-
Notifications
You must be signed in to change notification settings - Fork 569
Closed
15 / 1515 of 15 issues completedClosed
15 / 1515 of 15 issues completed
Copy link
Description
We want to manually test Otel related functionality by hand, so we see if there is some strange or missing data when using Otel for performance instrumentation.
We want to test in the most used integrations and also make sure we pick from each test group one integration.
There is a Notion page that should become a detailed test plan:
https://www.notion.so/sentry/Test-Plan-dad180396cdf4c8c971e1ab9af909ced
(Sentry employees only, sorry)
Sources:
From one of our Looker Dashboards we can find the most used frameworks:
Errors:
- Django
- Vanilla Python
- FastAPI
- Flask
- (Raven)
- AIOHTTP
- AWS Lambda
- Tornado
Transactions:
- Django
- FastAPI
- Vanilla Python
- Flask
- AWS Lambda
- AIOHTTP
- Tornado
Profiles:
- Django
- FastAPI
- Flask
- AWS Lambda
- AIOHTTP
- Vanilla Python
From another Dashboard we get the following for transactions:
- Django
- Starlette (from all Starlette based frameworks, like FastAPI)
- Flask
- Celery
- Vanilla Python
- Lambda
- Bottle
- RQ