Description
Summary
Create a single long-lived Dart isolate to process Sentry envelopes -> offloads sending envelopes from the main isolate
Requirements
Notes
- Need to benchmark to make sure the performance gain is still worth it for small envelopes - if sending small envelopes in the main isolate is still faster then we'll only use the isolate for envelopes bigger than a certain size