feat(data-collection): gate HTTP request data collection#6678
Draft
ericapisani wants to merge 1 commit into
Draft
feat(data-collection): gate HTTP request data collection#6678ericapisani wants to merge 1 commit into
ericapisani wants to merge 1 commit into
Conversation
Contributor
Codecov Results 📊✅ 88641 passed | ❌ 3 failed | ⏭️ 5890 skipped | Total: 94534 | Pass Rate: 93.77% | Execution Time: 320m 18s 📊 Comparison with Base Branch
➕ New Tests (3)View new tests
❌ Failed Tests
|
| File | Patch % | Lines |
|---|---|---|
| sentry_sdk/integrations/_asgi_common.py | 47.83% | |
| sentry_sdk/integrations/_wsgi_common.py | 77.42% | |
| sentry_sdk/integrations/aws_lambda.py | 33.33% | |
| sentry_sdk/integrations/gcp.py | 15.38% | |
| sentry_sdk/integrations/starlette.py | 69.23% | |
| sentry_sdk/integrations/aiohttp.py | 85.00% | |
| sentry_sdk/integrations/fastapi.py | 75.00% | |
| sentry_sdk/integrations/quart.py | 81.25% | |
| sentry_sdk/integrations/sanic.py | 70.00% | |
| sentry_sdk/integrations/tornado.py | 72.73% | |
| sentry_sdk/integrations/wsgi.py | 81.25% | |
| sentry_sdk/integrations/litestar.py | 75.00% | |
| sentry_sdk/integrations/starlite.py | 75.00% |
Coverage diff
@@ Coverage Diff @@
## main #PR +/-##
==========================================
- Coverage 89.92% 89.70% -0.22%
==========================================
Files 192 193 +1
Lines 23809 24137 +328
Branches 8218 8396 +178
==========================================
+ Hits 21409 21651 +242
- Misses 2400 2486 +86
- Partials 1339 1378 +39Generated by Codecov Action
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the
data_collectionsplit — depends on #6676 (foundation).Gates HTTP request data (headers, cookies, query params, bodies, user identity/IP) across all web + serverless integrations via the foundation's key-value collection helpers.