We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjusting report depth as per documentation: https://docs.bugsnag.com/platforms/ios-objc/reporting-handled-exceptions/#depth has no effect
Incrementing number of stack traces to discard
void logError(NSError *error) { [Bugsnag notifyError:error block:^(BugsnagCrashReport *report) { // Increment the number of stackframes to discard report.depth -= 1; }]; }
does not cause them being discarded
Library versions:
pod -v
AppDelegate
bugsnag-example/ViewController.swift:58:17logError bugsnag-example/ViewController.swift:70:13sendAnError <compiler-generated>sendAnError
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Adjusting report depth as per documentation:
https://docs.bugsnag.com/platforms/ios-objc/reporting-handled-exceptions/#depth
has no effect
Issue
Incrementing number of stack traces to discard
does not cause them being discarded
Environment
Library versions:
pod -v
): 1.6.1AppDelegate
where Bugsnag is configured? as per Example appError messages:
The text was updated successfully, but these errors were encountered: