From fa86eceb3e51a70a74653fd7d1fdf10ffb7ec3ee Mon Sep 17 00:00:00 2001 From: Gregoire Date: Tue, 25 Jun 2024 11:24:53 +0200 Subject: [PATCH] Add a note about `ReportSenderException` --- web/docs/Senders.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/docs/Senders.mdx b/web/docs/Senders.mdx index 14bfc4fab8..4b0c01d20f 100644 --- a/web/docs/Senders.mdx +++ b/web/docs/Senders.mdx @@ -142,7 +142,7 @@ Emails are sent with an `ACTION_SEND_MULTIPLE` intent. This means that the follo ## Implementing your own sender -You can implement your own `ReportSender` and configure ACRA to use that instead of or in addition to other senders. +You can implement your own `ReportSender` and configure ACRA to use that instead of or in addition to other senders. If `YourCustomSender.send()` throws a `ReportSenderException`, ACRA will retry to send the report later.