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 dea50ac commit c62ba9dCopy full SHA for c62ba9d
platform-includes/user-feedback/sdk-api-example/dart.mdx
@@ -5,7 +5,7 @@ import 'package:sentry/sentry.dart';
5
SentryId sentryId = SentryId.empty();
6
7
await Sentry.init((options) {
8
- options.beforeSend = (event, {hint}) async {
+ options.beforeSend = (event, hint) async {
9
sentryId = event.eventId;
10
return event;
11
};
0 commit comments