census-instrumentation / opencensus-go

A stats collection and distributed tracing framework
http://opencensus.io
Apache License 2.0
2.05k stars 327 forks source link

Don't panic if internal.MeasurementRecorder hasn't been initialized #1290

Closed dashpole closed 1 year ago

dashpole commented 1 year ago

Fixes https://github.com/census-instrumentation/opencensus-go/issues/1289

I verified that the example in the report no longer panics after this fix.

cc @tzembo