Skip to content

Commit 7c9de72

Browse files
committed
add span to data categories
1 parent 9ef1739 commit 7c9de72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry_sdk/envelope.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ def data_category(self):
279279
return "session"
280280
elif ty == "attachment":
281281
return "attachment"
282+
elif ty == "span":
283+
return "span"
282284
elif ty == "transaction":
283285
return "transaction"
284286
elif ty == "event":

0 commit comments

Comments
 (0)