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
Rename rum.session.id to session.id. This allows us to use the new name internally everywhere
Leverage the SessionIdSpanAppender to copy the session.id back into the legacy rum.session.id name. We should then send both attributes. This allows us to remain backwards compatible while also allowing the backend to eventually begin using the new name.
The text was updated successfully, but these errors were encountered:
It's likely that open-telemetry/semantic-conventions#215 will merge before too long, and we should prepare to handle data with the newer convention.
Recommend doing the following:
rum.session.id
tosession.id
. This allows us to use the new name internally everywhereSessionIdSpanAppender
to copy thesession.id
back into the legacyrum.session.id
name. We should then send both attributes. This allows us to remain backwards compatible while also allowing the backend to eventually begin using the new name.The text was updated successfully, but these errors were encountered: