Skip to content

Commit

Permalink
Apply suggested edit from #1362
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Aug 9, 2024
1 parent 969e5dd commit 2e0be5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/docs/Senders.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@ 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. If `YourCustomSender.send()` throws a `ReportSenderException`, ACRA will retry to send the report later.
You can implement your own `ReportSender` and configure ACRA to use that instead of or in addition to other senders.

:::Tip
Throwing a `ReportSenderException` from `YourCustomSender.send()` notifies ACRA of a failed delivery, and might trigger a retry (see [RetryPolicy](https://www.acra.ch/javadoc/latest/acra/org.acra.config/-core-configuration/retry-policy-class.html)).

<AndroidCode>

Expand Down

0 comments on commit 2e0be5e

Please sign in to comment.