Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Override OTEL tracer Start() to include metadata
Modifies our tracer implementation to override the underlying OTEL's tracer Start() method so the extra traces metadata set by the K6_BROWSER_TRACES_METADATA environment variable is also including when using the Start() method directly. Currently the Start() method is only used when creating the root span for each iteration.
- Loading branch information