You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that this contrib repo has a version dependency on the go.opentelemetry.io/otel repo as well as its own version (which may or may not be the same as the otel repo version), we likely need:
RELEASING.md
tag.sh
verify_examples.sh
to ensure we release correctly tagged and verified releases.
The text was updated successfully, but these errors were encountered:
This is to make tag.Map an immutable type, so it is safe to use
concurrently. The safety is not yet fully achieved because of the
functions returning contents of the map (Value and Foreach). The
functions give callers an access to core.Value objects, which contain
a byte slice, which has pointer like semantics. So to avoid accidental
changes, we will need to copy the value if it is of BYTES type.
Fixes#59
Given that this contrib repo has a version dependency on the
go.opentelemetry.io/otel
repo as well as its own version (which may or may not be the same as the otel repo version), we likely need:RELEASING.md
tag.sh
verify_examples.sh
to ensure we release correctly tagged and verified releases.
The text was updated successfully, but these errors were encountered: