We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f076396 + 6b71a63 commit a925973Copy full SHA for a925973
README.md
@@ -6,11 +6,16 @@ Sentry Ruby API is a Ruby wrapper for the [getsentry/sentry API](https://docs.se
6
7
8
## Installation
9
+Install it from rubygems:
10
-add to a Gemfile:
11
+```sh
12
+gem install sentry-api
13
+```
14
+
15
+Or add to a Gemfile:
16
17
```ruby
-gem 'sentry', :git => "[email protected]:thierryxing/sentry-ruby-api.git"
18
+gem 'sentry-api'
19
```
20
21
## Usage
0 commit comments