raygun-apm 1.0.44-x64-mingw32 → 1.0.49-x64-mingw32
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 +4 -4
- 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/blacklist.rb +138 -149
- data/lib/raygun/apm/blacklist/parser.rb +2 -2
- data/lib/raygun/apm/blacklist/translator.rb +1 -1
- data/lib/raygun/apm/diagnostics.rb +3 -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: 2a1abf77c275bb0167d6e17da5bfcd41cdbb552fa93da1d59aa1aed2a5e6a741
|
4
|
+
data.tar.gz: 77cc991ecf48959a20df63f51c324a8ab79eb3a5f2b87dedd0865e0d87875dea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ec78d4b56bddd48815d2146dcef1094a677d8f51ea96a111fe733fa7299766b9e123d8020863f1e347fb9e1f09dbd25221b50102987954e38de5b024ba8e86a
|
7
|
+
data.tar.gz: cc3edca6bae7fc51638ada0bd1bbd8b56f7e400a0a17860c636935e3e98b7dda2c6260d7d42924ad624b4cadf82be8d3716335939bfbd334bab937a39e4a05a0
|
Binary file
|
Binary file
|
Binary file
|
data/lib/raygun/apm/blacklist.rb
CHANGED
@@ -2,6 +2,7 @@ module Raygun
|
|
2
2
|
module Apm
|
3
3
|
module Blacklist
|
4
4
|
PROFILER = %w{
|
5
|
+
Raygun
|
5
6
|
Raygun::Apm::
|
6
7
|
}
|
7
8
|
|
@@ -11,156 +12,145 @@ module Raygun
|
|
11
12
|
#<Module:
|
12
13
|
#<Class:
|
13
14
|
#<#<Class:
|
14
|
-
ARGF
|
15
|
-
ArgumentError
|
16
|
-
Array
|
17
|
-
Base64
|
18
|
-
BasicObject
|
19
|
-
Binding
|
20
|
-
Class
|
21
|
-
ClosedQueueError
|
22
|
-
Comparable
|
23
|
-
Complex
|
24
|
-
ConditionVariable
|
25
|
-
Continuation
|
26
|
-
Data
|
27
|
-
Dir
|
28
|
-
ENV
|
29
|
-
EOFError
|
30
|
-
Encoding
|
31
|
-
Encoding::
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
IO::EWOULDBLOCKWaitWritable
|
66
|
-
IO::WaitReadable
|
67
|
-
IO::WaitWritable
|
68
|
-
IOError
|
69
|
-
IndexError
|
70
|
-
Integer
|
71
|
-
Interrupt
|
72
|
-
JSON
|
73
|
-
Kernel
|
74
|
-
KeyError
|
75
|
-
LoadError
|
76
|
-
LocalJumpError
|
77
|
-
Marshal
|
78
|
-
MatchData
|
79
|
-
Math
|
80
|
-
Math::DomainError
|
15
|
+
ARGF#
|
16
|
+
ArgumentError#
|
17
|
+
Array#
|
18
|
+
Base64#
|
19
|
+
BasicObject#
|
20
|
+
Binding#
|
21
|
+
Class#
|
22
|
+
ClosedQueueError#
|
23
|
+
Comparable#
|
24
|
+
Complex#
|
25
|
+
ConditionVariable#
|
26
|
+
Continuation#
|
27
|
+
Data#
|
28
|
+
Dir#
|
29
|
+
ENV#
|
30
|
+
EOFError#
|
31
|
+
Encoding#
|
32
|
+
Encoding::
|
33
|
+
EncodingError#
|
34
|
+
Enumerable#
|
35
|
+
Enumerator#
|
36
|
+
Enumerator::
|
37
|
+
Errno#
|
38
|
+
Exception#
|
39
|
+
FalseClass#
|
40
|
+
Fiber#
|
41
|
+
FiberError#
|
42
|
+
File#
|
43
|
+
File::
|
44
|
+
FileTest#
|
45
|
+
Float#
|
46
|
+
FloatDomainError#
|
47
|
+
FrozenError#
|
48
|
+
GC#
|
49
|
+
GC::Profiler#
|
50
|
+
Hash#
|
51
|
+
IO#
|
52
|
+
IO::
|
53
|
+
IOError#
|
54
|
+
IndexError#
|
55
|
+
Integer#
|
56
|
+
Interrupt#
|
57
|
+
JSON#
|
58
|
+
Kernel#
|
59
|
+
KeyError#
|
60
|
+
LoadError#
|
61
|
+
LocalJumpError#
|
62
|
+
Marshal#
|
63
|
+
MatchData#
|
64
|
+
Math#
|
65
|
+
Math::
|
81
66
|
Method#
|
82
|
-
Module
|
83
|
-
Mutex
|
84
|
-
NameError
|
85
|
-
NilClass
|
86
|
-
NoMemoryError
|
87
|
-
NoMethodError
|
88
|
-
NotImplementedError
|
89
|
-
Numeric
|
90
|
-
Object
|
91
|
-
ObjectSpace
|
92
|
-
ObjectSpace::
|
93
|
-
Proc
|
94
|
-
Process
|
95
|
-
Process::
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
UnboundMethod
|
141
|
-
UncaughtThrowError
|
142
|
-
UnicodeNormalize
|
143
|
-
Warning
|
144
|
-
ZeroDivisionError
|
145
|
-
IPAddr
|
67
|
+
Module#
|
68
|
+
Mutex#
|
69
|
+
NameError#
|
70
|
+
NilClass#
|
71
|
+
NoMemoryError#
|
72
|
+
NoMethodError#
|
73
|
+
NotImplementedError#
|
74
|
+
Numeric#
|
75
|
+
Object#
|
76
|
+
ObjectSpace#
|
77
|
+
ObjectSpace::
|
78
|
+
Proc#
|
79
|
+
Process#
|
80
|
+
Process::
|
81
|
+
Psych#
|
82
|
+
Queue#
|
83
|
+
Random#
|
84
|
+
Random::
|
85
|
+
Range#
|
86
|
+
RangeError#
|
87
|
+
Rational#
|
88
|
+
Regexp#
|
89
|
+
RegexpError#
|
90
|
+
RubyVM#
|
91
|
+
RubyVM::
|
92
|
+
RuntimeError#
|
93
|
+
ScriptError#
|
94
|
+
SecurityError#
|
95
|
+
Set#
|
96
|
+
SimpleDelegator#
|
97
|
+
Signal#
|
98
|
+
SignalException#
|
99
|
+
SizedQueue#
|
100
|
+
Socket#
|
101
|
+
StandardError#
|
102
|
+
StopIteration#
|
103
|
+
String#
|
104
|
+
Struct#
|
105
|
+
Symbol#
|
106
|
+
SyntaxError#
|
107
|
+
SystemCallError#
|
108
|
+
SystemExit#
|
109
|
+
SystemStackError#
|
110
|
+
Thread#
|
111
|
+
Thread::
|
112
|
+
ThreadError#
|
113
|
+
ThreadGroup#
|
114
|
+
Timeout
|
115
|
+
Time#
|
116
|
+
TracePoint#
|
117
|
+
TrueClass#
|
118
|
+
TypeError#
|
119
|
+
UnboundMethod#
|
120
|
+
UncaughtThrowError#
|
121
|
+
UnicodeNormalize#
|
122
|
+
Warning#
|
123
|
+
ZeroDivisionError#
|
124
|
+
IPAddr#
|
146
125
|
Net::
|
147
|
-
OpenSSL
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
126
|
+
OpenSSL#
|
127
|
+
OpenSSL::
|
128
|
+
BasicSocket#
|
129
|
+
Forwardable#
|
130
|
+
Gem#
|
131
|
+
FFI#
|
132
|
+
Addrinfo#
|
133
|
+
Open3#
|
134
|
+
Shellwords#
|
135
|
+
WeakRef#
|
136
|
+
RbConfig#
|
137
|
+
Singleton#
|
138
|
+
OpenStruct#
|
139
|
+
Bundler#
|
140
|
+
Delegator#
|
141
|
+
PrettyPrint#
|
142
|
+
PP#
|
163
143
|
Minitest
|
144
|
+
Psych
|
145
|
+
Mutex_m#
|
146
|
+
ERB#
|
147
|
+
ERB::
|
148
|
+
Gem#
|
149
|
+
Gem::
|
150
|
+
FileUtils#
|
151
|
+
FileUtils::
|
152
|
+
TempFile#
|
153
|
+
TempFile::
|
164
154
|
}
|
165
155
|
|
166
156
|
HTTP_OUT = %w{
|
@@ -255,7 +245,7 @@ module Raygun
|
|
255
245
|
+Redis#shutdown
|
256
246
|
+Redis#slave
|
257
247
|
+Redis#slowlog
|
258
|
-
|
248
|
+
+Redis#sync
|
259
249
|
+Redis#time
|
260
250
|
+Redis#persist
|
261
251
|
+Redis#expire
|
@@ -430,7 +420,6 @@ module Raygun
|
|
430
420
|
Raygun.log
|
431
421
|
Raygun.should_report?
|
432
422
|
Raygun::Client
|
433
|
-
track_exception_sync
|
434
423
|
+Raygun.track_exception
|
435
424
|
}
|
436
425
|
|
@@ -2,7 +2,7 @@ module Raygun
|
|
2
2
|
module Apm
|
3
3
|
module Blacklist
|
4
4
|
class Parser
|
5
|
-
COMMENT =
|
5
|
+
COMMENT = /^#[^<].*/
|
6
6
|
ANONYMOUS = /^#<.*:.*>?/
|
7
7
|
|
8
8
|
def initialize(tracer)
|
@@ -31,7 +31,7 @@ module Raygun
|
|
31
31
|
@tracer.add_blacklist *translate(filter)
|
32
32
|
end
|
33
33
|
rescue => e
|
34
|
-
puts "Failed to add line '#{filter}' to the blacklist (#{e})"
|
34
|
+
puts "Failed to add line '#{filter}' to the blacklist (#{e}) #{e.backtrace.join("\n")}"
|
35
35
|
end
|
36
36
|
|
37
37
|
def show_filters
|
@@ -5,6 +5,7 @@ module Raygun
|
|
5
5
|
module Apm
|
6
6
|
class Diagnostics
|
7
7
|
AGENT_STATE_DOWN = "The Raygun APM Agent appears to not be running on the current host.\nIf not already installed, please consult https://raygun.com/documentation/product-guides/apm/agent/downloads/\nOtherwise refer to https://raygun.com/documentation/product-guides/apm/agent/installation/ for starting the Agent."
|
8
|
+
AGENT_STATE_UNKNOWN = "Unable to determine the state of the Raygun APM Agent."
|
8
9
|
AGENT_STATE_UP_MISCONFIGURED = "The Raygun APM Agent is running, but misconfigured.\nThe API Key needs to be set through the Raygun_ApiKey environment variable.\nThe API key can be found under 'Application Settings' in the Raygun UI"
|
9
10
|
AGENT_STATE_UP_CONFIGURED = "The Raygun APM Agent is configured properly!"
|
10
11
|
|
@@ -23,6 +24,8 @@ module Raygun
|
|
23
24
|
end
|
24
25
|
rescue Errno::ECONNREFUSED
|
25
26
|
puts AGENT_STATE_DOWN
|
27
|
+
rescue
|
28
|
+
puts AGENT_STATE_UNKNOWN
|
26
29
|
end
|
27
30
|
|
28
31
|
private
|
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.49
|
5
5
|
platform: x64-mingw32
|
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-
|
12
|
+
date: 2020-07-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: debase-ruby_core_source
|