logjam_agent 0.11.0 → 0.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/logjam_agent/middleware.rb +3 -0
- data/lib/logjam_agent/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: d8ac86d7887f904a1a41d57bf8b77eb69019d7f2
|
4
|
+
data.tar.gz: e5ad10647f5ef3eea08c4b9e73ba0b797969ff45
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7b1184a841e9bae84f4c31463c25c2888ec841b049d18be4e7f82c6ff2581ed3f6b4edc99656ec84a04feba1fd88c9e8042ec7ab24be64f59413e8a9fbda06f
|
7
|
+
data.tar.gz: 32cfaf66cc6db7aa5ae9fa4609b9d2f547f45d3905955434c820274eee41f53d05cebe203cd2336cd0467e28ce04caef6da1bc5e8564680583fe5e51903c26c3
|
@@ -15,6 +15,9 @@ module LogjamAgent
|
|
15
15
|
ensure
|
16
16
|
headers = result[1]
|
17
17
|
headers["X-Logjam-Request-Id"] = request.id
|
18
|
+
unless (request_action = request.fields[:action]).blank?
|
19
|
+
headers["X-Logjam-Request-Action"] = request_action
|
20
|
+
end
|
18
21
|
unless (caller_id = request.fields[:caller_id]).blank?
|
19
22
|
headers["X-Logjam-Caller-Id"] = caller_id
|
20
23
|
end
|
data/lib/logjam_agent/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logjam_agent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan Kaes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-09-
|
11
|
+
date: 2014-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|