getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.23k stars 4.21k forks source link

[Python] Serverless #78903

Open matejminar opened 1 month ago

matejminar commented 1 month ago

Simon's Notes

Notes from dogfooding:

  1. Configure section and import sentry_sdk is missing in the docs snippet for all frameworks for which the SDK is autoinitialized.
  2. Ingestion time was about 3-4 minutes for the first Issue (felt like a long time, I was not sure whether I did something wrong)
  3. I instrumented two routes with transactions, I called each route once, but sentry shows 9 spans. Of those spans, almost none have usable names - one is correct ("home"), all others are "https://*/ or http://lambda/ or even Missing Trace Root, both of which tell me nothing)

Image

  1. Why do I have to setup a transaction, look for that in tracing, and then I get spans - who is explaining to me what this jargon means?