Class SentryNavigationIntegrationKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • withSentryObservableEffect

        @Composable() final static NavHostController withSentryObservableEffect(NavHostController $self, Boolean enableNavigationBreadcrumbs, Boolean enableNavigationTracing)

        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. This version of withSentryObservableEffect should be used if you are working purely with Compose.

        Parameters:
        enableNavigationBreadcrumbs - Whether the integration should capture breadcrumbs for navigation events.
        enableNavigationTracing - Whether the integration should start a new ITransaction with SentryOptions.idleTimeout for navigation events.