From a002a34a10fd462fbc2d16ca42e90b2fc9134606 Mon Sep 17 00:00:00 2001 From: Masayoshi Mizutani Date: Sat, 6 Apr 2024 11:39:41 +0900 Subject: [PATCH] Update error handling instructions with Sentry SDK link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbadb51..3ce9488 100644 --- a/README.md +++ b/README.md @@ -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