Skip to content

Commit

Permalink
Update src/content/docs/guides/crash-reporting/sentry.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Erick <[email protected]>
  • Loading branch information
bryanoltman and erickzanardo authored Jun 28, 2024
1 parent 799d33f commit d1cdd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/guides/crash-reporting/sentry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Future<void> main() async {
(options) {
options.dsn = 'YOUR_DSN';
},
appRunner: ()
appRunner: () {
// Add the patch number as a tag. You can use whatever name you would like
// as the key. `$patchNumber` will be "null" if there is no patch. You may
// wish to handle this case differently.
Expand Down

0 comments on commit d1cdd38

Please sign in to comment.