diff --git a/README.md b/README.md index dcd5a270c..50faf9f36 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/instrumentation/slowrendering/README.md b/instrumentation/slowrendering/README.md index 73430461e..0c6ff533f 100644 --- a/instrumentation/slowrendering/README.md +++ b/instrumentation/slowrendering/README.md @@ -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 @@ -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