From b15810324a6f42deb2aefa13484bfdebded2550c Mon Sep 17 00:00:00 2001 From: Rick Foster <115846221+rick-bt@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:25:22 -0800 Subject: [PATCH] Update details describing attributes used to link nested errors --- .../platform-integrations/android/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/error-reporting/platform-integrations/android/configuration.md b/docs/error-reporting/platform-integrations/android/configuration.md index fd626802e9..91c78d9d34 100644 --- a/docs/error-reporting/platform-integrations/android/configuration.md +++ b/docs/error-reporting/platform-integrations/android/configuration.md @@ -330,7 +330,7 @@ backtraceClient.sendInnerExceptions(true); backtraceClient.sendSuppressedExceptions(true); ``` -Once inner or suppressed exceptions are enabled, The Backtrace client will verify the `BacktraceReport` or `exception` object passed to the `send` method. If inner/suppressed exceptions are detected, the report with the same attributes will be created for each. In addition to that, the following attributes will be generated: +When enabled, the Backtrace client will send an additional report for each inner and/or suppressed exception detected. The additional reports will contain the same attributes as the parent. Linking attributes will also be added to each report to define the connection and relationships between the reports: | Attribute name | Attribute description | | -------------- | ----------------------------------------------------------------------------------- |