sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

E2E test coverage for Envelope (de)serialization

Open kahest opened this issue 1 year ago • 1 comments

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.

kahest avatar Sep 18 '24 08:09 kahest