bugsnag-delivery-fluent 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bugsnag/delivery/fluent.rb +1 -1
- data/lib/bugsnag/delivery/fluent/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 429b8232aae18a10307d37a5a8f87965f5335d2d
|
4
|
+
data.tar.gz: 92bc528b63b5d1ffadebaf3bbe12dbf5fc4104fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2153af654da1b4bf79ca77ca7f7eb8c797791bd2d022025ed52dae36230d02a4d4b9d939286c329c6f7d6b380aac8d0f30599242545228df31b68528a5b1863f
|
7
|
+
data.tar.gz: 89c47450a2a268d2eba2f119d019f2583cdf055a78f295cc55b59b8678f74cd4fb988900fa1f00848fae95766f298f4fb516eb660d3e93c348db2913973b15a7
|
@@ -30,7 +30,7 @@ module Bugsnag
|
|
30
30
|
:host => configuration.fluent_host,
|
31
31
|
:port => configuration.fluent_port
|
32
32
|
)
|
33
|
-
if logger.post('deliver', { :url => url, :body => body })
|
33
|
+
if logger.post('deliver', { :url => url, :body => body, :options => options })
|
34
34
|
configuration.debug("Notification to #{url} finished, payload was #{body}")
|
35
35
|
else
|
36
36
|
configuration.warn("Notification to #{url} failed, #{logger.last_error}")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bugsnag-delivery-fluent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- koshigoe
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-01-
|
11
|
+
date: 2018-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|