mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
The previous redirect from sentry.keyman.com is long-gone, so this updates all the links.
23 lines
585 B
Markdown
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)
|