You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add a table to list all gems
* Move the table to top
* Remove redundant info
* Merge sentry-raven information
* Update resources section
* Add changelog link
* Update README.md
Copy file name to clipboardExpand all lines: sentry-ruby/README.md
+15-21
Original file line number
Diff line number
Diff line change
@@ -10,34 +10,28 @@ _Bad software is everywhere, and we're tired of it. Sentry is on a mission to he
10
10
Sentry SDK for Ruby
11
11
===========
12
12
13
-
14
-
**The old `sentry-raven` client has entered maintenance mode and was moved to [here](https://github.com/getsentry/sentry-ruby/tree/master/sentry-raven).**
15
-
16
-
---
13
+
| current version | build | coverage | downloads | semver stability |
The official Ruby-language client and integration layer for the [Sentry](https://github.com/getsentry/sentry) error reporting API.
25
+
**The old `sentry-raven` client has entered maintenance mode and was moved to [here](https://github.com/getsentry/sentry-ruby/tree/master/sentry-raven).**
29
26
27
+
If you're using `sentry-raven`, we recommend you to migrate to this new SDK. You can find the benefits of migrating and how to do it in our [migration guide](https://docs.sentry.io/platforms/ruby/migration/).
30
28
31
29
## Requirements
32
30
33
31
We test on Ruby 2.4, 2.5, 2.6, 2.7, and 3.0 at the latest patchlevel/teeny version. We also support JRuby 9.0.
34
32
35
33
If you use self-hosted Sentry, please also make sure its version is above `20.6.0`.
36
34
37
-
## Migrate From sentry-raven
38
-
39
-
If you're using `sentry-raven`, we recommend you to migrate to this new SDK. You can find the benefits of migrating and how to do it in our [migration guide](https://docs.sentry.io/platforms/ruby/migration/).
40
-
41
35
## Getting Started
42
36
43
37
### Install
@@ -247,10 +241,10 @@ Of course, you can always assign the information on a per-event basis:
0 commit comments