Skip to content
New issue

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

Add BugsnagErrorTypes for controlling captured errors #561

Merged
merged 4 commits into from
Apr 24, 2020

Conversation

fractalwrench
Copy link
Contributor

Goal

Adds the BugsnagErrorTypes class which controls which errors are captured by Bugsnag. By default, all error types are captured. This replaces the bitmask which was used in the previous implementation.

Changeset

  • Created "Configuration" group in XCode which logically groups configuration source files together
  • Added publicly visible BugsnagErrorTypes class
  • Made existing implementation use new syntax

Tests

Updated existing test coverage to use new syntax.

CHANGELOG.md Outdated Show resolved Hide resolved
Source/BSGOutOfMemoryWatchdog.m Outdated Show resolved Hide resolved
Source/Bugsnag.h Show resolved Hide resolved
Source/BugsnagClient.m Outdated Show resolved Hide resolved
Source/BSGOutOfMemoryWatchdog.m Outdated Show resolved Hide resolved
Source/BugsnagConfiguration.m Outdated Show resolved Hide resolved
Source/BugsnagClient.m Outdated Show resolved Hide resolved
Source/BugsnagErrorTypes.h Outdated Show resolved Hide resolved
Source/BugsnagErrorTypes.h Outdated Show resolved Hide resolved
@fractalwrench fractalwrench merged commit 996cd98 into v6 Apr 24, 2020
@fractalwrench fractalwrench deleted the v6-error-types branch April 24, 2020 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants