From c57848efd97c33d6287379148b5385838b8d601d Mon Sep 17 00:00:00 2001 From: Denis Date: Mon, 8 Apr 2024 13:22:18 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6b82928..98af4c3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Sentry client for zap logger +## Installation +``` +go get github.com/TheZeroSlave/zapsentry@latest +``` + ## Integration using Sentry Client Integration of sentry client into zap.Logger is pretty simple: