kenzieschmoll
released this
08 Nov 19:11
·
3 commits
to main
since this release
- Added a required parameter
screen
to theEvent.devtoolsEvent
constructor. - Added an optional parameter
additionalMetrics
to theEvent.devtoolsEvent
constructor. - Added
CustomMetrics
class for unified_analytics clients to define custom event metrics. - Removed parameters
uiDurationMicros
,rasterDurationMicros
,shaderCompilationDurationMicros
,
traceEventCount
,cpuSampleCount
,cpuStackDepth
,heapDiffObjectsBefore
,heapDiffObjectsAfter
,
heapObjectsTotal
,rootSetCount
,rowCount
,inspectorTreeControllerId
,androidAppId
,iosBundleId
from theEvent.devtoolsEvent
constructor.