google-cloud-error_reporting 0.31.2 → 0.31.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2eb6ccf8aaf40df2e771dba9a082d755f3b790dfe506322a0a0470bb7f7c3b2d
|
4
|
+
data.tar.gz: 1a2501e0f238dd91f43bb1e5698dcc7d797fdfd5950c3411447bfd77c00cab18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f41bd7899f505f6e646a6fdf26ef0d4222d54276c880f8c29d85e98feccf363dc526d3adad15f149fd03af9eaa7e3247b95f5151c202f60b2879bcebfbfc530f
|
7
|
+
data.tar.gz: 28944bbf6588ee39f5126d51e03d567f789afaaf60df6c9e3680fc03c4a0215986956e5867c1afba46438a103e937f3d6f35b25ecbd0cf19538c2102050faf55
|
data/CHANGELOG.md
CHANGED
@@ -184,7 +184,7 @@ module Google
|
|
184
184
|
def default_error_callbacks
|
185
185
|
# This is memoized to reduce calls to the configuration.
|
186
186
|
@default_error_callbacks ||= begin
|
187
|
-
error_cb = Google::Cloud::ErrorReporting.
|
187
|
+
error_cb = Google::Cloud::ErrorReporting.configure.on_error
|
188
188
|
error_cb ||= Google::Cloud.configure.on_error
|
189
189
|
if error_cb
|
190
190
|
[error_cb]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-error_reporting
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.31.
|
4
|
+
version: 0.31.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google Inc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-02-
|
11
|
+
date: 2019-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|