Skip to content

Commit e094366

Browse files
authored
fix admonition
1 parent 97953fb commit e094366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/docs/Senders.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ You can implement your own `ReportSender` and configure ACRA to use that instead
148148

149149
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)).
150150

151+
:::
152+
151153
<AndroidCode>
152154

153155
```kotlin

0 commit comments

Comments
 (0)