-
Notifications
You must be signed in to change notification settings - Fork 642
feat(wsgi): Gate client IP/user info behind data_collection config #6858
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
Merged
+1,430
−102
Merged
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
7541460
ref(integrations): route HTTP header filtering through data collectio…
ericapisani 5e9f610
Merge branch 'master' into py-2584-update-wsgi-filter-headers
ericapisani a590c8e
Make changes to adjust to the data collection option being within the…
ericapisani 16ed0c8
fix test
ericapisani 486f0bc
make sure host header is not filtered when being added to the url
ericapisani 7d14a81
add test coverage for edge case around host header being dropped but …
ericapisani bb98334
add aws lambda test coverage
ericapisani 61d1618
fix(aws-lambda): Remove vendored deps from new embedded-sdk test fixt…
ericapisani 951c408
add test coverage within the wsgi test file
ericapisani a19be39
feat(integrations): apply data_collection cookie filtering to wsgi, s…
ericapisani 620e222
fix(integrations): omit cookies field when data_collection cookies mo…
ericapisani ec6f520
update tornado test
ericapisani 4dd3ba6
ref(integrations): route HTTP header filtering through data collectio…
ericapisani d0bae90
Make changes to adjust to the data collection option being within the…
ericapisani a6c4688
fix test
ericapisani d7b378b
make sure host header is not filtered when being added to the url
ericapisani 52c2da1
add test coverage for edge case around host header being dropped but …
ericapisani aa645d7
add aws lambda test coverage
ericapisani 8b6e3ad
fix(aws-lambda): Remove vendored deps from new embedded-sdk test fixt…
ericapisani d717172
add test coverage within the wsgi test file
ericapisani c7f590f
Merge branch 'py-2584-update-wsgi-filter-headers' of github.com:getse…
ericapisani 293a291
feat(integrations): apply data_collection cookie filtering to wsgi, s…
ericapisani 530e83c
fix(integrations): omit cookies field when data_collection cookies mo…
ericapisani 326d796
update tornado test
ericapisani e9f0e20
Merge branch 'master' into py-2584-update-wsgi-filter-headers
ericapisani 48f7c7b
Merge branch 'py-2581-cookies' of github.com:getsentry/sentry-python …
ericapisani 621d79b
Merge branch 'py-2584-update-wsgi-filter-headers' into py-2581-cookies
ericapisani 3d7bddb
test(aiohttp): Expect single span in streaming passthrough test
ericapisani fad2292
Merge branch 'py-2584-update-wsgi-filter-headers' into py-2581-cookies
ericapisani 40d9f38
feat(wsgi): Apply data_collection filtering to URL query strings
ericapisani e6e7148
Merge branch 'py-2581-cookies' into py-2583-query-parameters
ericapisani 1f9bce7
lint
ericapisani fad0c9a
Do not encode what is added to event/span attributes in order to conf…
ericapisani 21cf40b
feat(asgi): Apply data_collection filtering to URL query strings
ericapisani 3f0bc2a
lint
ericapisani eee4ea2
feat(aiohttp): Apply data_collection filtering to URL query strings
ericapisani 3b17dd3
feat(tornado): Apply data_collection filtering to URL query strings
ericapisani 96e0ac0
test(tornado): Use literal [Filtered] in query param expectations
ericapisani c3baf08
feat(sanic): Apply data_collection filtering to URL query strings
ericapisani ea22fc5
feat(quart): Apply data_collection filtering to URL query strings
ericapisani 14652a9
feat(gcp): Apply data_collection filtering to URL query strings
ericapisani 57ef596
feat(aws): Apply data_collection filtering to URL query strings
ericapisani 6918529
lint
ericapisani 0f58e13
feat(asgi): Gate client IP/user info behind data_collection config
ericapisani 8c9f43d
Add starlette tests, fix potential unbound error
ericapisani a0bab66
fixes
ericapisani 2ee7a87
eat(wsgi): Gate client IP/user info behind data_collection config
ericapisani 18f8b31
wrong elif condition
ericapisani 3854da7
set event scrubber to none
ericapisani 066b45c
Merge branch 'master' into py-2583-query-params-sanic
ericapisani b4f5f65
.
ericapisani 443b013
Merge branch 'py-2583-query-params-sanic' into py-2583-query-params-q…
ericapisani d0f22c5
.
ericapisani 80e92f7
Merge branch 'py-2583-query-params-quart' into py-2583-gcp-query-params
ericapisani cf3ce53
.
ericapisani be03268
.
ericapisani c1c6ed6
Merge branch 'master' into py-2583-query-params-quart
ericapisani 9e3d227
Merge branch 'py-2583-query-params-quart' into py-2583-gcp-query-params
ericapisani ed13f35
Merge branch 'py-2583-gcp-query-params' into py-2583-query-params-aws
ericapisani 88784b0
.
ericapisani c0860c9
Merge branch 'py-2583-query-params-aws' into py-2586-gate-user-data
ericapisani 997321c
Merge branch 'py-2586-gate-user-data' into py-2586-gate_user_data_wsgi
ericapisani File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.