captureMessage
suspend fun captureMessage(message: String, body: suspend SentryScopeCapture.() -> Unit = {}): SentryId?
Capture a message String, submitting it to Sentry with the breadcrumbs in this context.
Capture a message String, submitting it to Sentry with the breadcrumbs in this context.