Skip to content

Commit

Permalink
README.md syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwebs authored Feb 4, 2025
1 parent de3c6f8 commit 2d99289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ go recovery.Go(func() error {
Panics are given to the error handling function as a `PanicError`.
The global error handling function can be set with the variable recovery.ErrorHandler or can be set locally by using GoHandler

```
``` go
errHandler := func(err error) {
sentry.CaptureException(err)
}
Expand Down

0 comments on commit 2d99289

Please sign in to comment.