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
Current Critical UI tests use production Sentry DSN and do not check if the crash envelope left the device.
We would add a mock Sentry Relay to assert that the app recovers (cover by current tests) and also sends a crash report.
The text was updated successfully, but these errors were encountered:
We do have a Swift Vapor server where we test HTTP requests; you probably can use it too.
Sorry, something went wrong.
The test server is here https://github.com/getsentry/sentry-cocoa/tree/main/test-server.
No branches or pull requests
Description
Current Critical UI tests use production Sentry DSN and do not check if the crash envelope left the device.
We would add a mock Sentry Relay to assert that the app recovers (cover by current tests) and also sends a crash report.
The text was updated successfully, but these errors were encountered: