We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39404a9 commit acfecc8Copy full SHA for acfecc8
tests/integration/test_spansv2.py
@@ -1133,7 +1133,9 @@ def test_spansv2_attribute_normalization(
1133
"value": time_within(ts, expect_resolution="ns"),
1134
},
1135
"http.request.method": {"type": "string", "value": "GET"},
1136
+ "sentry.action": {"type": "string", "value": "GET"},
1137
"server.address": {"type": "string", "value": "*.service.io"},
1138
+ "sentry.domain": {"type": "string", "value": "*.service.io"},
1139
"url.full": {
1140
"type": "string",
1141
"value": "https://www.service.io/users/01234-qwerty/settings/98765-adfghj",
0 commit comments