Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
getsentry
/
sentry-python
Public
Notifications
You must be signed in to change notification settings
Fork
647
Star
2.2k
Code
Issues
348
Pull requests
52
Discussions
Actions
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
test(flask): Add span streaming test coverage
- #6264
#6264
Merged
ericapisani
merged 10 commits into
master
getsentry/sentry-python:master
from
py-2323-migrate-flask
getsentry/sentry-python:py-2323-migrate-flask
Copy head branch name to clipboard
May 19, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
test(flask): Add span streaming test coverage
#6264
ericapisani
merged 10 commits into
master
getsentry/sentry-python:master
from
py-2323-migrate-flask
getsentry/sentry-python:py-2323-migrate-flask
Copy head branch name to clipboard
Commits
Commits on May 13, 2026
feat(flask): Add span streaming support and request body capture
Show description for c74acb1
ericapisani
committed
c74acb1
View commit details
Copy full SHA for c74acb1
Browse repository at this point
move common function between flask and starlette to more central place
ericapisani
committed
c557b26
View commit details
Copy full SHA for c557b26
Browse repository at this point
Commits on May 14, 2026
add comment back in that was accidentally removed, small cleanups
ericapisani
committed
2df2cd3
View commit details
Copy full SHA for 2df2cd3
Browse repository at this point
Commits on May 15, 2026
Read the request body before sending the response to the user instead of just as the request is getting started
ericapisani
committed
c90dc55
View commit details
Copy full SHA for c90dc55
Browse repository at this point
Merge branch 'master' into py-2323-migrate-flask
ericapisani
committed
984a63a
View commit details
Copy full SHA for 984a63a
Browse repository at this point
Improve handling of situation where a request body is never read in the handler
ericapisani
committed
b7c0ec6
View commit details
Copy full SHA for b7c0ec6
Browse repository at this point
fix for unbounded consumption of request wtihout a content-header specified
ericapisani
committed
3b71c16
View commit details
Copy full SHA for 3b71c16
Browse repository at this point
Commits on May 19, 2026
Merge branch 'master' into py-2323-migrate-flask
ericapisani
authored
234e667
View commit details
Copy full SHA for 234e667
Browse repository at this point
Revert changes as they were centred around adding the request body, which we are no longer doing. Add test coverage to ensure span streaming is working as expected
ericapisani
committed
8b28bef
View commit details
Copy full SHA for 8b28bef
Browse repository at this point
remove assertion as its failure is due to testing conditions - in production it would be set
ericapisani
committed
855a9bb
View commit details
Copy full SHA for 855a9bb
Browse repository at this point
You can’t perform that action at this time.