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

Performance monitoring for streaming responses #2736

Closed
szokeasaurusrex opened this issue Feb 14, 2024 · 1 comment
Closed

Performance monitoring for streaming responses #2736

szokeasaurusrex opened this issue Feb 14, 2024 · 1 comment
Labels
Triaged Has been looked at recently during old issue triage

Comments

@szokeasaurusrex
Copy link
Member

Problem Statement

In the Django integration, if a user wishes to performance-monitor a streaming response, the Django integration currently ends the transaction before the entire streaming response is complete. See the following for more context: getsentry/sentry#64864 (comment).

Solution Brainstorm

The transaction should continue running until the streaming response is complete. We should either auto-detect a streaming response and automatically instrument the entire streaming response, or we should allow users to specify that they need the entire streaming response to be instrumented.

@sentrivana
Copy link
Contributor

Closing in favor of #3736

@sentrivana sentrivana closed this as not planned Won't fix, can't repro, duplicate, stale Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Triaged Has been looked at recently during old issue triage
Projects
None yet
Development

No branches or pull requests

2 participants