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 committed Jun 25, 2024
1 parent 8882ec0 commit fa86ece
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 fa86ece

Please sign in to comment.