Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dogfooding: Serverless Python Functions on Vercel #77764

Closed
matejminar opened this issue Sep 19, 2024 · 0 comments
Closed

Dogfooding: Serverless Python Functions on Vercel #77764

matejminar opened this issue Sep 19, 2024 · 0 comments
Assignees

Comments

@matejminar
Copy link
Member

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?
@github-actions github-actions bot locked and limited conversation to collaborators Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants