We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980d9bd commit 59341c4Copy full SHA for 59341c4
flutter/lib/src/sentry_flutter.dart
@@ -273,6 +273,9 @@ mixin SentryFlutter {
273
274
static SentryNativeBinding? _native;
275
276
+ /// Use `nativeCrash()` to crash the native implementation and test/debug the crash reporting for native code.
277
+ /// This should not be used in production code.
278
+ /// Only for Android and iOS
279
static Future<void> nativeCrash() {
280
if (_native == null) {
281
_logNativeIntegrationNotAvailable("nativeCrash");
0 commit comments