Stability is one of the biggest challenge for app editors.
Tools like Crashlytics are used by developers to monitor failures that could happen live.
As a dependency editor, we do not have access those 3rd party logs that could help us improve the efficiency of our library.
For this reason the Teads inApp SDK integrates a crash monitoring feature that allow us to get data and allow us to proactively take action.
Important
Teads inApp SDK integrates a crash handling solution
- Catch crash that comes from our SDK, not from your app
- Do not disturb third party crash handler such as Crashlytics
Disable crash monitoring
You can disable crash monitoring by Teads inApp SDK calling disableCrashMonitoring
:
AdPlacementSettings.Builder()
.disableCrashMonitoring()
.build()