sentry-raven 2.11.2 → 2.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 42d2afd51625b412a13b5e9ce97001b0aead5d4b
4
- data.tar.gz: 80ed626d029a1b20b83da559c4e99f75a948cb86
3
+ metadata.gz: 8789fea16446e839e1e1835c11b7e949749891e8
4
+ data.tar.gz: 2c6b88705e24ca9ee1705e8b507ddbcae6478ed4
5
5
  SHA512:
6
- metadata.gz: 260d59bc76e52f15a41276734033f328d487ce3a72afc0b423efd5ec9ce6ea0153d8409bbe1c3a841489824c53eeee2d3bd838f67cedb4ddbc05789ee8f05b19
7
- data.tar.gz: 3258b6163265fa78ec8ed3f07e8e3905e3e11793354eb1b784a096878aafb4b01230d0bf44b8c07205f91cc7335594f9cda41d5728c2666bcda836ab8b7c1975
6
+ metadata.gz: bd3436ea8c2fcc598ed6dc53c9a420b4edf73e4a1f2af95ead15f8505854c9f61a71db40feda7c042fd9c6385c327666ab6863c713755148aeba20c2e4b014fe
7
+ data.tar.gz: 1eaa180c5e71459f5edfb4ab9c9673a554c2751daf1c9779236260d3fb19a4ed2d002b2157c0d484218bc1a28d6bfd83400a096b6a2caa6ccfe9ef595574ec0a
@@ -1,3 +1,8 @@
1
+ 2.11.3
2
+ ----
3
+
4
+ * FIX: infinite backoff under pressure [@Bonias, #886]
5
+
1
6
  2.11.2
2
7
  ----
3
8
 
@@ -100,8 +100,8 @@ module Raven
100
100
  end
101
101
 
102
102
  def failed_send(e, event)
103
- @state.failure
104
103
  if e # exception was raised
104
+ @state.failure
105
105
  configuration.logger.warn "Unable to record event with remote Sentry server (#{e.class} - #{e.message}):\n#{e.backtrace[0..10].join("\n")}"
106
106
  else
107
107
  configuration.logger.warn "Not sending event due to previous failure(s)."
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Raven
3
3
  # Freezing this constant breaks in 1.9.x
4
- VERSION = "2.11.2" # rubocop:disable Style/MutableConstant
4
+ VERSION = "2.11.3" # rubocop:disable Style/MutableConstant
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sentry-raven
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.2
4
+ version: 2.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sentry Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-17 00:00:00.000000000 Z
11
+ date: 2019-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday