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
Right now the SDK Logger owns a resource but doesn't do anything with it.. When a log is emitted, it should emit the resource either inside the LogRecord (which would require a new field and goes against the spec I believe), or probably via a new field inside LogData like the metric's SDK does it..