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 7d0ebfe commit 14aacaaCopy full SHA for 14aacaa
docs/platforms/dart/index.mdx
@@ -68,7 +68,7 @@ Verify that your app is sending events to Sentry by adding the following snippet
68
import 'package:sentry/sentry.dart';
69
70
try {
71
- aMethodThatMightFail();
+ throw Exception('Sentry Test Error');
72
} catch (exception, stackTrace) {
73
await Sentry.captureException(
74
exception,
0 commit comments