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
Currently OpenTelemetry cannot record events outside of a span. This can lead to confusion as tracing events are silently ignored if a containing span has not been created.
Proposal
Create a feature flag dev-warnings that crates can use to emit helpful debug/warning messages.
Alternatives
Alternatively, simply logging in dev mode may solve the problem, although not being able to silence these warnings may be annoying.
The text was updated successfully, but these errors were encountered:
jtescher
changed the title
Add dev warnings system
Add debug warnings system
Jul 12, 2020
Feature Request
Crates
Motivation
Currently
OpenTelemetry
cannot record events outside of a span. This can lead to confusion astracing
events are silently ignored if a containing span has not been created.Proposal
Create a feature flag
dev-warnings
that crates can use to emit helpful debug/warning messages.Alternatives
Alternatively, simply logging in dev mode may solve the problem, although not being able to silence these warnings may be annoying.
The text was updated successfully, but these errors were encountered: