The Calculator

Results 2 issues of The Calculator

### Description A clear and concise description of what the bug is. ### Environment - Go Version: 1.22.0 - `otelgrpc` version: v0.55.0 Not getting proper stacktrace of error instead getting...

bug
area: instrumentation
instrumentation: otelgrpc

### Tracer Version(s) 1.70.0 ### Go Version(s) go1.22.0 ### Bug Report ``` func recordErrorFromCtx(ctx context.Context, err error, markFailure bool, attrs ...attribute.KeyValue) { if err == nil { return } span...

bug