@@ -12833,3 +12833,30 @@ published rates from open-exchange-rates. Compatible with the money gem.")
(home-page
"https://github.com/Bandwidth/ruby-bandwidth-iris")
(license license:expat)))
+
+(define-public ruby-sentry-core
+ (package
+ (name "ruby-sentry-core")
+ (version "4.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "sentry-ruby-core" version))
+ (sha256
+ (base32
+ "13z35s9mflh3v775a0scsnqhscz9q46kaak38y7zmx32z7sg2a3a"))))
+ (build-system ruby-build-system)
+ (arguments
+ ; No rakefile in gem
+ '(#:tests? #f))
+ (propagated-inputs
+ `(("ruby-concurrent" ,ruby-concurrent)
+ ("ruby-faraday" ,ruby-faraday)))
+ (synopsis
+ "Client interface for the Sentry error logger (core)")
+ (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)))