Closed bryce-b closed 10 months ago
Some questions I have about the high level events:
ANR
event when it's recovered from, and a Crash
event when it isn't) Some questions I have about the high level events:
- Are ANRs are type of crash, or are they recoverable? If they are recoverable, should an additional crash event be created when it isn't recovered from, or should it be one or the other: (An
ANR
event when it's recovered from, and aCrash
event when it isn't)- do we need to differentiate between Application lifecycle events and app opens?
- related to the above item: do we want individual event for application lifecycle events, or do we want unique events per type of lifecycle transition?
An interesting new development in Otel semantic conventions: https://github.com/scheler/opentelemetry-specification/blob/rum-events/specification/logs/events/semantic_conventions/browser.md
They are recommending that event attributes be nested in another kvp event.data
. I think the idea behind this is to provide a namespace for event attributes to prevent them being overwritten by custom attributes.
closing this issue since it's no longer active, and relevant items were opened in separate issues.
CODEOWNERS
)/
schedule YYYY-MM-DD
to the PR description.