Skip to content

Commit

Permalink
chore: Update Attribute Dictionary JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-docs-eng-opensource-bot committed Mar 8, 2024
1 parent 8a9afc1 commit 4705130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/attribute-dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -6747,7 +6747,7 @@
}
},
{
"definition": "<p>For interaction category events only. This is the total time for the interaction to render on the device. In addition to render time, this usually includes all external calls associated with the interaction. Currently, this attribute is measured in seconds for Android devices and in milliseconds for iOS devices.</p>\n",
"definition": "<p>For interaction category events only.</p>\n<p>An iOS interaction starts automatically when a view controller&#39;s <code>viewDidLoad</code> or <code>viewDidAppear</code> method is called, which will terminate any active interactions. An Android interaction starts when an activity or fragment&#39;s <code>onCreate</code> method is called.</p>\n<p>A &quot;healthy&quot; interaction trace ends itself after .5 seconds of inactivity, where inactivity is defined by a lack of instrumented method calls. If there is never .5 seconds of inactivity, the trace will terminate after one minute.</p>\n<p>An interaction does not end when the view/activity is done loading. As long as there is activity from an instrumented class/method, the interaction will stay open. This means async tasks or <code>dispatch_async</code> calls that run after the view/activity ends will increase the duration of the interaction.</p>\n",
"events": [
"Mobile"
],
Expand Down

0 comments on commit 4705130

Please sign in to comment.