raygun-apm 1.0.38-x86-linux → 1.0.39-x86-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rdoc +0 -1
- data/lib/raygun/2.5/raygun_ext.so +0 -0
- data/lib/raygun/2.6/raygun_ext.so +0 -0
- data/lib/raygun/2.7/raygun_ext.so +0 -0
- data/lib/raygun/apm/event.rb +5 -0
- data/lib/raygun/apm/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31077818515ae7d10a84dc0a1f83d6a38296709856e6e7b4a46c5f1e06adfd0b
|
4
|
+
data.tar.gz: 32a89fc03ce6a26daef45be9addbedf491e85c66bb049d51d8d14761c3f6a16e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fff275b59d68e09c4177769158cec978e9a85c8fdb62a55161fca90b1163e58a6696785b71e144d2c9158639d3e942972197e6a62f080434244b75b001aad07f
|
7
|
+
data.tar.gz: bfc656ddc943c0d144c4c4a2182e388fa551121b4f78d9c9e72b8a2aa2354f99ef9c638b225788e5418328b1435e0647f79f3fb51a738733717da2f1702b926e
|
data/README.rdoc
CHANGED
Binary file
|
Binary file
|
Binary file
|
data/lib/raygun/apm/event.rb
CHANGED
@@ -29,6 +29,11 @@ module Raygun
|
|
29
29
|
super + " url:#{self[:url]} verb:#{self[:verb]} status:#{self[:status]} duration:#{self[:duration]}"
|
30
30
|
end
|
31
31
|
end
|
32
|
+
class BeginTransaction < Event
|
33
|
+
def inspect
|
34
|
+
super + " api_key:#{self[:api_key]} technology_type:#{self[:technology_type]} process_type:#{self[:process_type]}"
|
35
|
+
end
|
36
|
+
end
|
32
37
|
end
|
33
38
|
end
|
34
39
|
end
|
data/lib/raygun/apm/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: raygun-apm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.39
|
5
5
|
platform: x86-linux
|
6
6
|
authors:
|
7
7
|
- Raygun
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-05-
|
12
|
+
date: 2020-05-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: debase-ruby_core_source
|