Replies: 1 comment
-
hi @w1am! if you allow users to provide their own |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am manually instrumenting my library by injecting the trace ID and span ID directly into the code. These values are then used later for various operations. However, I want to avoid injecting this trace context if OpenTelemetry is not initialized or enabled when users are using the library.
Is there an easy way to achieve this behavior? The only solution I can think of is to create a separate instrumentation package that users can install, instead of handling the instrumentation directly within the library.
Beta Was this translation helpful? Give feedback.
All reactions