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

[Core] Sanitize query params in url tracing attribute #35546

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pvaneck
Copy link
Member

@pvaneck pvaneck commented May 8, 2024

Query params in URLs printed in HTTP span attributes are now sanitized by default.

A new keyword argument is also added to the constructor of DistributedTracingPolicy to enable users to customize what query parameters are allowed.

Closes: #35372

Query params in URLs printed in HTTP span attributes are now sanitized
by default.

A new keyword argument is also added to the constructor of
DistributedTracingPolicy to enable users to customize what query
parameters are allowed.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Tracing] Add URI query parameter sanitization
2 participants