Package io. sentry. compose
Types
Functions
Link copied to clipboard
fun SentryTraced( tag: String, modifier: Modifier = Modifier, enableUserInteractionTracing: Boolean = true, content: @Composable BoxScope.() -> Unit)
Content copied to clipboard
Link copied to clipboard
fun NavHostController.withSentryObservableEffect(enableNavigationBreadcrumbs: Boolean = true, enableNavigationTracing: Boolean = true): NavHostController
Content copied to clipboard
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.