Package 

Class ErrorCaptureOptions


  • 
    public final class ErrorCaptureOptions
    
                        

    Granular flags for controlling data capture at notify time.

    • Constructor Detail

      • ErrorCaptureOptions

        ErrorCaptureOptions()
        Create a CaptureOptions with all of the default capturing behaviour (capture everything).
    • Method Detail

      • getThreads

         final Boolean getThreads()

        Whether to capture thread state. Defaults to true.

      • getUser

         final Boolean getUser()

        Whether to capture user information. Defaults to true.

      • setUser

         final Unit setUser(Boolean user)

        Whether to capture user information. Defaults to true.

      • getMetadata

         final Set<String> getMetadata()

        Controls which custom metadata tabs are included.

        • null: all metadata tabs captured

        • empty set: no custom metadata captured

        • set of names: app, device, and specified tabs captured

        Note: app and device tabs are always captured.

      • setMetadata

         final Unit setMetadata(Set<String> metadata)

        Controls which custom metadata tabs are included.

        • null: all metadata tabs captured

        • empty set: no custom metadata captured

        • set of names: app, device, and specified tabs captured

        Note: app and device tabs are always captured.