sentry-ruby 5.2.1 → 5.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -7
- metadata +2 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52276249eb0b5723214f49d86feaa92c81f684c92880dcc78256a04ba36e2ad0
|
4
|
+
data.tar.gz: 8932342d0e0eb91d15ffa2d575577440e872132525e0988279f8e1d4ff1cdd6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0618119cc55ea9783b0cb621a2e2a6ae74656cbf12bf36fabf43469d58fc0dc0e430063d4f256446619b2db5945a421d88624a4ded30c811a78985c1254f0924'
|
7
|
+
data.tar.gz: eb3069f6fa91b3b5242e524e6798f7c58bd17cc40cbeba2c7856ebeefead9afcb5bd67797b0b2266fa71c00f053ac858ca3c4b315c4da5249f9ec62ba715e7c9
|
data/README.md
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
<p align="center">
|
2
|
-
<a href="https://sentry.io" target="_blank"
|
3
|
-
<
|
2
|
+
<a href="https://sentry.io/?utm_source=github&utm_medium=logo" target="_blank">
|
3
|
+
<picture>
|
4
|
+
<source srcset="https://sentry-brand.storage.googleapis.com/sentry-logo-white.png" media="(prefers-color-scheme: dark)" />
|
5
|
+
<source srcset="https://sentry-brand.storage.googleapis.com/sentry-logo-black.png" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" />
|
6
|
+
<img src="https://sentry-brand.storage.googleapis.com/sentry-logo-black.png" alt="Sentry" width="280">
|
7
|
+
</picture>
|
4
8
|
</a>
|
5
|
-
<br />
|
6
9
|
</p>
|
7
10
|
|
8
11
|
_Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us [<kbd>**Check out our open positions**</kbd>](https://sentry.io/careers/)_
|
@@ -29,7 +32,7 @@ If you're using `sentry-raven`, we recommend you to migrate to this new SDK. You
|
|
29
32
|
|
30
33
|
## Requirements
|
31
34
|
|
32
|
-
We test on Ruby 2.4, 2.5, 2.6, 2.7, and 3.
|
35
|
+
We test on Ruby 2.4, 2.5, 2.6, 2.7, 3.0, and 3.1 at the latest patchlevel/teeny version. We also support JRuby 9.0.
|
33
36
|
|
34
37
|
If you use self-hosted Sentry, please also make sure its version is above `20.6.0`.
|
35
38
|
|
@@ -52,13 +55,11 @@ gem "sentry-resque"
|
|
52
55
|
|
53
56
|
### Configuration
|
54
57
|
|
55
|
-
You
|
56
|
-
|
58
|
+
You need to use Sentry.init to initialize and configure your SDK:
|
57
59
|
```ruby
|
58
60
|
Sentry.init do |config|
|
59
61
|
config.dsn = "MY_DSN"
|
60
62
|
end
|
61
|
-
|
62
63
|
```
|
63
64
|
|
64
65
|
To learn more about available configuration options, please visit the [official documentation](https://docs.sentry.io/platforms/ruby/configuration/options/).
|
metadata
CHANGED
@@ -1,29 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sentry-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sentry Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: sentry-ruby-core
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - '='
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: 5.2.1
|
20
|
-
type: :runtime
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - '='
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: 5.2.1
|
27
13
|
- !ruby/object:Gem::Dependency
|
28
14
|
name: concurrent-ruby
|
29
15
|
requirement: !ruby/object:Gem::Requirement
|