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

feat: Group NSError by domain and code #941

Merged
merged 2 commits into from
Feb 11, 2021
Merged

Conversation

philipphofmann
Copy link
Member

@philipphofmann philipphofmann commented Feb 10, 2021

📜 Description

Use the exception interface for NSErrors and SDK Fingerprinting to group NSErrors by domain and
code. So MyDomain 1 and MyDomain 2 are going to be two separate issues in Sentry.

💡 Motivation and Context

See #929

💚 How did you test it?

Unit tests and Simulator.

📝 Checklist

  • I reviewed the submitted code
  • I added tests to verify the changes
  • I updated the CHANGELOG if needed
  • I updated the docs if needed
  • Review from the native team if needed
  • No breaking changes

🔮 Next steps

Use the exception interface for NSErrors and SDK Fingerprinting to group NSErrors by domain and
code. So MyDomain 1 and MyDomain 2 are going to be two separate issues in Sentry.
@philipphofmann philipphofmann requested a review from a team February 10, 2021 16:13
@philipphofmann philipphofmann merged commit c2fe816 into master Feb 11, 2021
@philipphofmann philipphofmann deleted the feat/error-grouping branch February 11, 2021 08:54
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