BSGThreadSendPolicy
Objective-C
enum BSGThreadSendPolicy : NSInteger {}Swift
enum BSGThreadSendPolicy : Int, @unchecked SendableControls whether Bugsnag should capture and serialize the state of all threads at the time of an error.
- 
                  
                  Threads should be captured for all events. DeclarationObjective-C BSGThreadSendPolicyAlways = 0Swift case always = 0
- 
                  
                  Threads should be captured for unhandled events only. DeclarationObjective-C BSGThreadSendPolicyUnhandledOnly = 1Swift case unhandledOnly = 1
- 
                  
                  Threads should never be captured. DeclarationObjective-C BSGThreadSendPolicyNever = 2Swift case never = 2
 View on GitHub
View on GitHub Install in Dash
Install in Dash BSGThreadSendPolicy Enumeration Reference
        BSGThreadSendPolicy Enumeration Reference