Skip to content

Commit

Permalink
fix admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Aug 9, 2024
1 parent 97953fb commit e094366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/docs/Senders.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ You can implement your own `ReportSender` and configure ACRA to use that instead

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>

```kotlin
Expand Down

0 comments on commit e094366

Please sign in to comment.