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.
1 parent afa4f7f commit 2508396Copy full SHA for 2508396
README.md
@@ -7,7 +7,7 @@ Sentry Ruby API is a Ruby wrapper for the [getsentry/sentry API](https://docs.se
7
add to a Gemfile:
8
9
```ruby
10
-gem 'sentry', :path => '/path/to/sentry'
+gem 'sentry', :git => "[email protected]:thierryxing/sentry-ruby-api.git"
11
```
12
13
## Usage
0 commit comments