sentry-java
sentry-java copied to clipboard
E2E test coverage for Envelope (de)serialization
Description
The goal is to improve E2E test coverage for the following scenario - and similar/adjacent scenarios we might think of:
Scenario 1.
- Note: this is similar to https://github.com/getsentry/sentry-cocoa/pull/4312
- SDK starts to write envelope to disk
- writing gets interrupted, e.g. because app is terminated
- app is restarted successfully
More scenarios tbd.