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

fix: We only store the event in release mode #917

Merged
merged 5 commits into from
Jun 5, 2020
Merged

Conversation

HazAT
Copy link
Member

@HazAT HazAT commented Jun 5, 2020

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

We only want to store "fatal" events in Release mode to make sure we use fewer resources. We can't rely on always sending it. That means after a restart we will pick up the event and send it.

💡 Motivation and Context

Potential fix for #911 in combination with getsentry/sentry-cocoa#571

💚 How did you test it?

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • All tests passing

🔮 Next steps

@HazAT HazAT requested a review from bruno-garcia as a code owner June 5, 2020 11:53
@HazAT HazAT self-assigned this Jun 5, 2020
Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
@HazAT HazAT merged commit 9e4a3b5 into master Jun 5, 2020
@HazAT HazAT deleted the hazat/only-store-event branch June 5, 2020 13:24
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