Skip to content

Commit 255e646

Browse files
committed
fix: Making Strip_query default True
1 parent 964b679 commit 255e646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/storage/_opentelemetry_tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def _set_retry_attr(retry, conditional_predicate=None):
127127

128128

129129
def _get_opentelemetry_attributes_from_url(
130-
url, strip_query=False
130+
url, strip_query=True
131131
):
132132
"""Helper to assemble OpenTelemetry span attributes from a URL."""
133133
u = urlparse(url)

0 commit comments

Comments
 (0)