Package io.sentry.compose

Functions

Link copied to clipboard
@Composable
fun SentryTraced(tag: String, modifier: Modifier = Modifier, enableUserInteractionTracing: Boolean = true, content: @Composable BoxScope.() -> Unit)
Link copied to clipboard
@Composable
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.