sentry-dotnet
sentry-dotnet copied to clipboard
Android Emulator smoke test
PR https://github.com/getsentry/sentry-dotnet/pull/1288 is adding support for Android with native crash support. Similar to how we build Unity, we should be able to validate the package works. A sample is being included in that PR. Next week need a way to launch that in an emulator and validate some test cases.
Ideally we first have our unit tests run on Emulators before we go after smoke test:
- https://github.com/getsentry/sentry-dotnet/issues/1704
With good enough device tests, I'm not sure that we'll actually need separate smoke tests. Keeping this open for now, and we can reassess later.