Vera Reynolds

Results 7 comments of Vera Reynolds

@dyladan regarding API being 1.0.0, can you help me understand the compatibility requirements? I have an implementation that updates the interface from ``` recordException( exception: Exception, time?: TimeInput ) ```...

Leaving this on the back burner per https://github.com/open-telemetry/opentelemetry-js-api/pull/97#issuecomment-868485468

@longility sounds like you have bandwidth and motivation to get this over the line 😄 If not, I can pick this back up next week.

Chunking up the updates: - ~~add shim constructor with custom propagators~~ [done] - ~~spanShim.setTag updates~~ [done] - ~~spanShim.log updates~~ [done] - span context immutability and managing association with span I...

@carlosalberto do you think the Span/SpanContext Shim [section](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/compatibility/opentracing.md#opentelemetry-span-and-spancontext-shim-relationship) applies to OTEL-JS? I'm trying to wrap my head around it, and it _seems_ out of scope because: * the requirement is...

Not sure if related, but I just saw the same error when I didn't configure the otlp-grpc exporter with secure credentials: ```js const grpc = require("@grpc/grpc-js"); provider.addSpanProcessor( new SimpleSpanProcessor( new...

It looks like there were 2 open PRs that addressed this in the OG key-val repo: https://github.com/keyval-dev/opentelemetry-go-instrumentation/pull/49/ and https://github.com/keyval-dev/opentelemetry-go-instrumentation/pull/50/