Skip to content

Commit

Permalink
fix(spans): Extract event status code from event tags (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
iker-barriocanal committed Jun 30, 2023
1 parent e16db1f commit ec72a5d
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 110 deletions.
3 changes: 3 additions & 0 deletions relay-server/src/metrics_extraction/spans/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,9 @@ mod tests {
"country_code": "US"
}
},
"tags": {
"http.status_code": 500
},
"contexts": {
"trace": {
"trace_id": "ff62a8b040f340bda5d830223def1d81",
Expand Down
Loading

0 comments on commit ec72a5d

Please sign in to comment.