@@ -12860,3 +12860,31 @@ Sentry error logger")
(home-page
"https://github.com/getsentry/sentry-ruby")
(license license:expat)))
+
+(define-public ruby-sentry
+ (package
+ (name "ruby-sentry")
+ (version "4.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "sentry-ruby" version))
+ (sha256
+ (base32
+ "101q3141xfkmh7vi8h4sjqqmxcx90xhyq51lmfnhfiwgii7cn9k8"))))
+ (build-system ruby-build-system)
+ (arguments
+ ; No rakefile in gem
+ '(#:tests? #f))
+ (propagated-inputs
+ `(("ruby-concurrent" ,ruby-concurrent)
+ ("ruby-faraday" ,ruby-faraday)
+ ("ruby-sentry-core" ,ruby-sentry-core)))
+ (synopsis
+ "Client interface for the Sentry error logger")
+ (description
+ "This package provides a gem that provides a client interface for the
+Sentry error logger")
+ (home-page
+ "https://github.com/getsentry/sentry-ruby")
+ (license license:expat)))