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
The attribute keys' names activityName and fragmentName defined in ActivityTracer.java and FragmentTracer.java respectively are camel case, not dot separated. It's inconsistent with other attribute keys' names of the same spans (e.g. screen.name), counterparts in other spans (slow rendering spans have an attribute with key activity.name) and general otel conventions.
The text was updated successfully, but these errors were encountered:
The attribute keys' names
activityName
andfragmentName
defined inActivityTracer.java
andFragmentTracer.java
respectively are camel case, not dot separated. It's inconsistent with other attribute keys' names of the same spans (e.g.screen.name
), counterparts in other spans (slow rendering spans have an attribute with keyactivity.name
) and general otel conventions.The text was updated successfully, but these errors were encountered: