Package 

Class SentryNavigationListener

    • Constructor Detail

      • SentryNavigationListener

        SentryNavigationListener(IScopes scopes, Boolean enableNavigationBreadcrumbs, Boolean enableNavigationTracing, String traceOriginAppendix)
        Parameters:
        enableNavigationBreadcrumbs - Whether the integration should capture breadcrumbs for navigation events.
        enableNavigationTracing - Whether the integration should start a new idle ITransaction with SentryOptions.idleTimeout for navigation events.
      • SentryNavigationListener

        SentryNavigationListener(IScopes scopes, Boolean enableNavigationBreadcrumbs, Boolean enableNavigationTracing)
        Parameters:
        enableNavigationBreadcrumbs - Whether the integration should capture breadcrumbs for navigation events.
        enableNavigationTracing - Whether the integration should start a new idle ITransaction with SentryOptions.idleTimeout for navigation events.
      • SentryNavigationListener

        SentryNavigationListener(IScopes scopes, Boolean enableNavigationBreadcrumbs)
        Parameters:
        enableNavigationBreadcrumbs - Whether the integration should capture breadcrumbs for navigation events.
      • SentryNavigationListener

        SentryNavigationListener(IScopes scopes)
      • SentryNavigationListener

        SentryNavigationListener()