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
build: Update opentelemetry-proto to 0.7.0 (#4000)
Updates the `opentelemetry-proto` dependency to the latest version. This
changes the serde deserializer for integers from numbers to strings.
This means for `intValue` and all timestamp fields, the client has to
send strings now. See updated tests for examples.
0 commit comments