Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Some of the additional features provided include:
* Android [Fragment lifecycle monitoring](./instrumentation/fragment)
* Access to the OpenTelemetry APIs for manual instrumentation
* Helpers to redact any span from export, or change span attributes before export
* Slow / frozen render detection
* [Slow / frozen render detection](./instrumentation/slowrendering)
* Offline buffering of telemetry via storage

Note: Use of these features is not yet well documented.
Expand Down
4 changes: 2 additions & 2 deletions instrumentation/slowrendering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Generated when rendering takes more than 16ms.
one render duration longer than 16ms.
* Attributes:
* `count` - the number of slow renders
* `activityName` - the name of the activity for which the slow render was detected
* `activity.name` - the name of the activity for which the slow render was detected

### Frozen Renders

Expand All @@ -37,4 +37,4 @@ Generated when rendering takes more than 700ms.
one render duration longer than 700ms.
* Attributes:
* `count` - the number of slow renders
* `activityName` - the name of the activity for which the slow render was detected
* `activity.name` - the name of the activity for which the slow render was detected