Skip to content

Commit c02842e

Browse files
committed
.
1 parent 90bdecc commit c02842e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sentry_sdk/envelope.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,10 @@ def data_category(self) -> "EventDataCategory":
253253
return "session"
254254
elif ty == "attachment":
255255
return "attachment"
256-
elif ty == "span":
257-
return "span"
258256
elif ty == "transaction":
259257
return "transaction"
258+
elif ty == "span":
259+
return "span"
260260
elif ty == "event":
261261
return "error"
262262
elif ty == "log":

0 commit comments

Comments
 (0)