Skip to content

Commit

Permalink
Update error handling instructions with Sentry SDK link
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mizutani committed Apr 6, 2024
1 parent 818d7b9 commit a002a34
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 @@ -116,7 +116,7 @@ Output:
exit status 1
```

If you want to send the error to sentry.io, you can extract the contextual variables by `goErr.Values()` and set them to the scope.
If you want to send the error to sentry.io with [SDK](https://docs.sentry.io/platforms/go/), you can extract the contextual variables by `goErr.Values()` and set them to the scope.

```go
// Sending error to Sentry
Expand Down

0 comments on commit a002a34

Please sign in to comment.