()
| 189 | } |
| 190 | |
| 191 | function getTracer(): Tracer { |
| 192 | const client = getClient<Client & OpenTelemetryClient>(); |
| 193 | return client?.tracer || trace.getTracer('@sentry/opentelemetry', SDK_VERSION); |
| 194 | } |
| 195 | |
| 196 | function getSpanOptions(options: OpenTelemetrySpanContext): SpanOptions { |
| 197 | const { startTime, attributes, kind, op, links } = options; |
no test coverage detected