Package io.sentry.compose

Types

Link copied to clipboard
object SentryModifier

Functions

Link copied to clipboard
fun SentryTraced(    tag: String,     modifier: Modifier = Modifier,     enableUserInteractionTracing: Boolean = true,     content: @Composable BoxScope.() -> Unit)
Link copied to clipboard
fun NavHostController.withSentryObservableEffect(enableNavigationBreadcrumbs: Boolean = true, enableNavigationTracing: Boolean = true): NavHostController

A DisposableEffect that captures a Breadcrumb and starts an ITransaction and sends them to Sentry for every navigation event when being attached to the respective NavHostController.