raygun-apm 1.0.44-x86-mingw32 → 1.0.49-x86-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19f5272499cf45c6b620c407e67b2e16f6f6eacf48dffc4b8af3444392ccaeea
4
- data.tar.gz: '0438477c7613d185771b5d34ba78ed12a9851ea82b8a0b1f821cb79b10602cbf'
3
+ metadata.gz: f9a46138da068e2059214c02a4a9cfeb942900cc28fc88c9845e6ba0e5d3fe43
4
+ data.tar.gz: 84e718e2f39a82e168e676f1accb58333bbfb5f8b402267f650589f2576dbdb2
5
5
  SHA512:
6
- metadata.gz: 9b4498319486be978651b21bfd567cedcb300948aae7c6c6f0e536521de818a3d438d74d560d4d31a36cb3e92b91e6e655019708150025a524dd4e3d6504ed75
7
- data.tar.gz: 4b9a8ad7f910a7650fc8e27540fc27cc9555d8198818e3353d1db685e65537e44388b72e62b4fedea9160442bfb88a9c87c04de7799b96e19e3d0774d1baf1fc
6
+ metadata.gz: 024a04c371afe8ac34be7f9d47d89774e0b16610e34c43326dc72ec80cefb8ee20ae5905d48e992db1d96297f878199e30d5ea423a1d556cd3e2c0c5191d05f4
7
+ data.tar.gz: fff4da85bd530e6e626510be7738d5b30fc706c1cdc030b27ffddfefab070b864f04fed960cb6748e469a385fbbaa11eeb0b047a6f916d9270c29c913b267c27
Binary file
Binary file
Binary file
@@ -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::CompatibilityError
32
- Encoding::Converter
33
- Encoding::ConverterNotFoundError
34
- Encoding::InvalidByteSequenceError
35
- Encoding::UndefinedConversionError
36
- EncodingError
37
- Enumerable
38
- Enumerator
39
- Enumerator::ArithmeticSequence
40
- Enumerator::Chain
41
- Enumerator::Generator
42
- Enumerator::Lazy
43
- Enumerator::Yielder
44
- Errno
45
- Exception
46
- FalseClass
47
- Fiber
48
- FiberError
49
- File
50
- File::Constants
51
- File::Stat
52
- FileTest
53
- Float
54
- FloatDomainError
55
- FrozenError
56
- GC
57
- GC::Profiler
58
- Hash
59
- IO
60
- IO::EAGAINWaitReadable
61
- IO::EAGAINWaitWritable
62
- IO::EINPROGRESSWaitReadable
63
- IO::EINPROGRESSWaitWritable
64
- IO::EWOULDBLOCKWaitReadable
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::WeakMap
93
- Proc
94
- Process
95
- Process::GID
96
- Process::Status
97
- Process::Sys
98
- Process::UID
99
- Psych
100
- Queue
101
- Random
102
- Random::Formatter
103
- Range
104
- RangeError
105
- Rational
106
- Regexp
107
- RegexpError
108
- RubyVM
109
- RubyVM::AbstractSyntaxTree
110
- RubyVM::AbstractSyntaxTree::Node
111
- RubyVM::InstructionSequence
112
- RubyVM::MJIT
113
- RuntimeError
114
- ScriptError
115
- SecurityError
116
- Set
117
- SimpleDelegator
118
- Signal
119
- SignalException
120
- SizedQueue
121
- Socket
122
- StandardError
123
- StopIteration
124
- String
125
- Struct
126
- Symbol
127
- SyntaxError
128
- SystemCallError
129
- SystemExit
130
- SystemStackError
131
- Thread
132
- Thread::Backtrace
133
- Thread::Backtrace::Location
134
- ThreadError
135
- ThreadGroup
136
- Time
137
- TracePoint
138
- TrueClass
139
- TypeError
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
- BasicSocket
149
- Forwardable
150
- Gem
151
- FFI
152
- Addrinfo
153
- Open3
154
- Shellwords
155
- WeakRef
156
- RbConfig
157
- Singleton
158
- OpenStruct
159
- Bundler
160
- Delegator
161
- PrettyPrint
162
- PP
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
- #+Redis::sync
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
@@ -6,7 +6,7 @@ module Raygun
6
6
  # Foo::Bar#baz
7
7
  # Foo::Bar.baz
8
8
  COMMENT = /^#.*/
9
- ANONYMOUS = /^#<.*:.*>?/
9
+ ANONYMOUS = /^#<.*>?/
10
10
  NAMESPACE = /::/
11
11
  NAMESPACE_ONLY = /::$/
12
12
  METHOD = /#|\./
@@ -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
@@ -1,5 +1,5 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "1.0.44"
3
+ VERSION = "1.0.49"
4
4
  end
5
5
  end
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.44
4
+ version: 1.0.49
5
5
  platform: x86-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-06-17 00:00:00.000000000 Z
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