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
Sentry Saas (sentry.io)
all
Run this demo application: https://github.com/antonpirker/testing-sentry/blob/main/test-fastapi-streaming-response/main.py
The spans created in the response generator called SPAN Stream Response Generator should be childrend of the span SPAN Streaming View.
SPAN Stream Response Generator
SPAN Streaming View
The spans SPAN Stream Response Generator are children of the root and siblings to SPAN Streaming View:
This is probably related to: #3798 And should also be treated the same way (with having a maximum transaction duration of 5 minutes)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How do you use Sentry?
Sentry Saas (sentry.io)
Version
all
Steps to Reproduce
Run this demo application:
https://github.com/antonpirker/testing-sentry/blob/main/test-fastapi-streaming-response/main.py
Expected Result
The spans created in the response generator called
SPAN Stream Response Generator
should be childrend of the spanSPAN Streaming View
.Actual Result
The spans
SPAN Stream Response Generator
are children of the root and siblings toSPAN Streaming View
:Solution brain storming
This is probably related to: #3798
And should also be treated the same way (with having a maximum transaction duration of 5 minutes)
The text was updated successfully, but these errors were encountered: