Open
Description
Core or SDK?
Core Sentry product
Which part? Which one?
https://docs.sentry.io/product/sentry-basics/tracing/event-detail/
Description
There are details on span.set_tag
and span.set_data
. I expect details on span.op
and span.description
.
Suggested Solution
Provide details on ways to overwrite automatic instrumentation of op and description values with span.op and span.description. E.g. span.op = "fancy.operation"
; and span.description = "my new description"
;