Replies: 1 comment
|
@korniux the only sentry specific fields that matter here are |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, stumbled with migration from Jaeger to Sentry with spans which I can't reach because declaration in separate library.
According to Sentry documentation:
It works fine but without Sentry-sided enrichment data which I suppose provided by Sentry-side instrumentation like
Sentry.startSpanManual | Sentry.startSpanand etc.How can I add such fields to OTEL-provided tracer and it spans?
All reactions