### Related
- [ ] https://github.com/getsentry/sentry/issues/64088
- [ ] https://github.com/getsentry/sentry-java/pull/3184
### Tasks
- [x] Implement parent-child relationship for `PlatformException`
- [x] Implement parent-child relationship for `ExceptionCause`
Description
The Dart/Flutter SDK currently supports
PlatformExceptionsandExceptionCause.Related links
sentry-dart/flutter/lib/src/event_processor/platform_exception_event_processor.dart
Line 5 in 681136b
sentry-dart/dart/lib/src/exception_cause_extractor.dart
Line 32 in 681136b
AggregateErrorsinLinkedErrorsintegration sentry-javascript#8463Notes
I'm not aware of how used or not the AggregateErrors are. After a quick search doesn't seem too common.Example
PlatformExceptionchaining