This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
Replies: 1 comment 2 replies
-
There is already a PR #14 and an issue where this was discussed open-telemetry/opentelemetry-js#1923. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any plans to simplify the
context.with()
situation to make it easy to create child spans? Right now, I believe the correct way to do this is:In python we have
tracer.start_as_current_span()
) for this common case. I see this question come up a good amount on slack and I think this is probably what most users want when writing instrumentation.Beta Was this translation helpful? Give feedback.
All reactions