From ebc514c3c8a0e46090bd39207b13e122077f6113 Mon Sep 17 00:00:00 2001 From: Rick Foster <115846221+rick-bt@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:26:03 -0800 Subject: [PATCH] Update details describing attributes used to link nested errors (#3031) --- .../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 | | -------------- | ----------------------------------------------------------------------------------- |