LogDeprecatedInitWarning
opentelemetry.sdk._logs._internal.LogDeprecatedInitWarning: LogRecord init with trace_id, span_id, and/or trace_flags is deprecated since 1.35.0. Use context instead.
I think the emit function should be edited to match the new deprecation warning.
When I use it for test in another package, it fails.
We did also deprecate the Event API but this seems like a small thing we can easily do a fix. Sorry for the warnings.
@emdneto will take a look
yeah I just ran into this, too, and will make a comment to PYTHONWARNINGS=ignore until next release. However, since this is a couple months old, is there expectation of a fix on this?