Skip to content

Commit

Permalink
Add a note about ReportSenderException
Browse files Browse the repository at this point in the history
  • Loading branch information
GregCornis authored and F43nd1r committed Aug 9, 2024
1 parent 95e8bba commit 969e5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/docs/Senders.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<AndroidCode>

Expand Down

0 comments on commit 969e5dd

Please sign in to comment.