spiegel-keyman/android/docs/engine/KMManager/getMaySendCrashReport.md
Darcy Wong 84f7da519a docs(common): Update Sentry links to keyman.sentry.io
The previous redirect from sentry.keyman.com is long-gone, so this updates all the links.
2025-03-13 16:33:52 +07:00

23 lines
585 B
Markdown

---
title: KMManager.getMaySendCrashReport()
---
## Summary
The **getMaySendCrashReport()** method returns whether Keyman Engine is allowed to send crash reports over the network to Sentry.
## Syntax
```java
KMManager.getMaySendCrashReport()
```
### Returns
Returns `true` if crash reports can be sent over the network to Sentry, `false` otherwise.
## Description
Use this method to check if Keyman Engine will be accessing the network to send crash reports.
## History
Added syntax in Keyman Engine for Android 14.0.
## See also
* [setMaySendCrashReport](setMaySendCrashReport)