sentry-ruby 5.3.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 +7 -6
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cde9d360e5d9b22009c2140f163696ac81b8b76d0ecfa3288b8a83feace09c69
4
- data.tar.gz: 27c065ca14bd3a836e4824c33551ad0ecdc965616d861973ef0c5967f97d0505
3
+ metadata.gz: b786b31a88128e126c760bb9eecb0b75e3cc8d97549cdf755de4ec2c82cab687
4
+ data.tar.gz: 50894df8dffb30dfac38da8a7015f5b14bfc795006207caa472a07cb8d3dbc1d
5
5
  SHA512:
6
- metadata.gz: fe0c44e9615e68baed2b9c2973888f3b6799f640ce3350c16595e74a609afaabe5cdc8cc19763242701bde0f225de5390c0b249cb7fb65560be5fc1b6721fa2d
7
- data.tar.gz: dceb24ffe9e93b4c0ec49d877255a8d55625f5a9c973c75cf186c652fd93c48af024b8401ac19baa401447452a05defa59aedd24630e30e775ad748135513930
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/)_
@@ -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.3.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-04-27 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.3.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.3.0
26
+ version: 5.3.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: concurrent-ruby
29
29
  requirement: !ruby/object:Gem::Requirement