sentry-ruby 5.2.0 → 5.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -7
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 920085e948b965547c5b4e209637b1f83ba64942199105f8f1a740f57a6c8b4e
4
- data.tar.gz: 819cf7efd4fd30f5f2b57a990ddcf559cdc6a4a5656631f986efc026b141457a
3
+ metadata.gz: b786b31a88128e126c760bb9eecb0b75e3cc8d97549cdf755de4ec2c82cab687
4
+ data.tar.gz: 50894df8dffb30dfac38da8a7015f5b14bfc795006207caa472a07cb8d3dbc1d
5
5
  SHA512:
6
- metadata.gz: f68e50f9c9c361648bbd7d232c8b4231a33602da2edc7a76d5c68a3ecb6e7ecee8896ceabb94447aa4a78f69d4fd1663f582fe1c5b4cf9517ad16481c26aa2e5
7
- data.tar.gz: 69518487d6983e4dd2d423f593035f4bcfd5b94d318a957fdd56b16975992f83b9953447c056a1236ee35b004e9fa5a1dff5eb6ea17a71415c5dd26b1ed3e269
6
+ metadata.gz: 4fa4eecba33de6670e1dbf7d2b61928122ff7d2e248fbcc09550d6b9ebeadea2fba234216c5a2db9bbc8707219cbf0fd1db81cb73efd9785cb0ab5f0ea793b00
7
+ data.tar.gz: aaedf0e1cceb93b91da0a8d470ae4a88a674ff6ca406318fcebf06763ae4cbc501f745a25d63f7d991b51d71eab18d3043a7cda53c25ae895c12f91dcc7df813
data/README.md CHANGED
@@ -1,8 +1,11 @@
1
1
  <p align="center">
2
- <a href="https://sentry.io" target="_blank" align="center">
3
- <img src="https://sentry-brand.storage.googleapis.com/sentry-logo-black.png" width="280">
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.0 at the latest patchlevel/teeny version. We also support JRuby 9.0.
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 can use `Sentry.init` to initialize and configure your SDK:
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sentry-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.0
4
+ version: 5.3.1
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-03-08 00:00:00.000000000 Z
11
+ date: 2022-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sentry-ruby-core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 5.2.0
19
+ version: 5.3.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 5.2.0
26
+ version: 5.3.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: concurrent-ruby
29
29
  requirement: !ruby/object:Gem::Requirement