Skip to content

Commit 22be202

Browse files
committed
fix
1 parent a5b9294 commit 22be202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/tracing_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ def _get_span_op(template):
999999
} # type: dict[Union[str, SPANTEMPLATE], Union[str, OP]]
10001000
op = mapping.get(template, OP.FUNCTION)
10011001

1002-
return op
1002+
return str(op)
10031003

10041004

10051005
def _get_input_attributes(template, send_pii, args, kwargs):

0 commit comments

Comments
 (0)