We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi !
When using the staticPlugin, Sentry tracing does not work on Elysia :
Repro repo : https://github.com/GautierT/elysia-static-plugin-sentry-tracing
Without staticPlugin :
🦊 Elysia is running at localhost:3000 Sentry Logger [log]: [Tracing] Starting sampled root span op: http.server name: GET / ID: 08382d9e30392aad http://localhost:3000/ Sentry Logger [log]: [Tracing] Finishing "http.server" root span "GET /" with ID 08382d9e30392aad Sentry Logger [log]: SpanExporter exported 1 spans, 0 spans are waiting for their parent spans to finish
With staticPlugin :
🦊 Elysia is running at localhost:3000 http://localhost:3000/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi !
When using the staticPlugin, Sentry tracing does not work on Elysia :
Repro repo : https://github.com/GautierT/elysia-static-plugin-sentry-tracing
Without staticPlugin :
With staticPlugin :
The text was updated successfully, but these errors were encountered: