We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bdecc commit c02842eCopy full SHA for c02842e
1 file changed
sentry_sdk/envelope.py
@@ -253,10 +253,10 @@ def data_category(self) -> "EventDataCategory":
253
return "session"
254
elif ty == "attachment":
255
return "attachment"
256
- elif ty == "span":
257
- return "span"
258
elif ty == "transaction":
259
return "transaction"
+ elif ty == "span":
+ return "span"
260
elif ty == "event":
261
return "error"
262
elif ty == "log":
0 commit comments