Skip to main content

Crash & Bug Tracking

To help us keep the SDK reliable and free of issues, the SDK includes built-in crash and bug tracking powered by Sentry.

How it works

By default, the SDK automatically reports unexpected behavior and crashes—no extra setup is required on your side. If your app already uses Sentry, or if you prefer not to enable this feature, you can easily disable SDK-level tracking.

How to disable Sentry?

import MeetingDoctorsSDK

// Check if the service is in Maintenance Mode
await MeetingDoctors.isMaintenanceActive()

// If integrator does not want to allow internal Sentry to track errors.
// It can be disabled by setting up the sentryEnabled to false
MeetingDoctors.style?.flags.common.sentryEnabled = false