1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/bridge/opentracing
ET 3684191338
Remove WithRecord() option from trace.SpanOption when starting a span (#1660)
* Remove `WithRecord()` option from SpanConfig options

This brings the trace API into conformance with the specification.

* Add entry to CHANGELOG

Fixes #192

* Updated CHANGELOG with PR#

* Cleaned up CHANGELOG notes

* fixup! Merge remote-tracking branch 'upstream/main' into remove-with-record

* Use new spanContext API to set traceflags, tracestate

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2021-03-09 09:45:09 -08:00
..
internal Remove WithRecord() option from trace.SpanOption when starting a span (#1660) 2021-03-09 09:45:09 -08:00
migration Fix golint error of package comment form (#1487) 2021-02-04 09:55:44 -08:00
bridge.go Remove WithRecord() option from trace.SpanOption when starting a span (#1660) 2021-03-09 09:45:09 -08:00
doc.go Fix golint error of package comment form (#1487) 2021-02-04 09:55:44 -08:00
go.mod Pre release v0.18.0 (#1635) 2021-03-03 14:40:00 -05:00
go.sum Bump github.com/google/go-cmp from 0.5.4 to 0.5.5 (#1667) 2021-03-08 12:15:49 -08:00
mix_test.go Make SpanContext Immutable (#1573) 2021-03-09 08:17:29 -08:00
util.go Move tracing code to trace package (#1307) 2020-11-06 17:13:31 -05:00
wrapper.go Move tracing code to trace package (#1307) 2020-11-06 17:13:31 -05:00