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
Trace ID and span ID can be obtained from OtelData via dedicated functions. Note that these
will be available only if the context has already been built. (#233)
Correctly track entered and exited state for timings (#212)
Slightly improve error message on version mismatch (#211)
Update description of special fields and semantic conventions
Breaking Changes
The attributes code.filepath, code.lineno, and code.namespace have been renamed to code.file.path, and code.line.number, and code.module.name, to align with the opentelemetry
semantic conventions for code. (#225)
Upgrade from opentelemetry to 0.31.0. Refer to the upstream changelog
for more information. (#230)