Skip to content

Commit acfecc8

Browse files
committed
add legacy http attributes to normalization test
1 parent 39404a9 commit acfecc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/test_spansv2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,9 @@ def test_spansv2_attribute_normalization(
11331133
"value": time_within(ts, expect_resolution="ns"),
11341134
},
11351135
"http.request.method": {"type": "string", "value": "GET"},
1136+
"sentry.action": {"type": "string", "value": "GET"},
11361137
"server.address": {"type": "string", "value": "*.service.io"},
1138+
"sentry.domain": {"type": "string", "value": "*.service.io"},
11371139
"url.full": {
11381140
"type": "string",
11391141
"value": "https://www.service.io/users/01234-qwerty/settings/98765-adfghj",

0 commit comments

Comments
 (0)