Platform:
IDE:
split-debug-info and obfuscate (Flutter Android or iOS) or CanvasKit (Flutter Web):
Platform installed with:
The version of the SDK (See pubspec.lock):
6.3.0 beta3
I have the following issue:
Sentry.captureTransaction should return Future<SentryId?> instead of Future<SentryId>.
If the transport, for whatever reason, returns null, which is allowed, Sentry crashes because
it does a force unwrap here
Platform:
IDE:
split-debug-info and obfuscate (Flutter Android or iOS) or CanvasKit (Flutter Web):
Platform installed with:
The version of the SDK (See pubspec.lock):
6.3.0 beta3
I have the following issue:
Sentry.captureTransactionshould returnFuture<SentryId?>instead ofFuture<SentryId>.If the transport, for whatever reason, returns null, which is allowed, Sentry crashes because
it does a force unwrap here
sentry-dart/dart/lib/src/sentry_client.dart
Line 264 in ea5c733