raygun-apm 1.0.44-universal-darwin → 1.0.45-universal-darwin
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.bundle +0 -0
- data/lib/raygun/2.6/raygun_ext.bundle +0 -0
- data/lib/raygun/2.7/raygun_ext.bundle +0 -0
- data/lib/raygun/apm/blacklist.rb +2 -2
- data/lib/raygun/apm/blacklist/parser.rb +3 -3
- data/lib/raygun/apm/blacklist/translator.rb +1 -1
- 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: a69112df114da8dc5aa184958c9f3a2b08ba68861767f9780cfa5d3578bd2111
|
4
|
+
data.tar.gz: e6a11dd13505a1c797e6607c79ed612b632f519833106f250dee3150088efb88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf298c37c2d45e2cc65b164fac061c1c3f50938597c1b0ab9213196a2080c3156abc9bb77b8bfdfe931dee6ed176c5420612584495cb6e5e8c51781771fe603e
|
7
|
+
data.tar.gz: dc35642632fba924346b492a9224b5f02022da19a9252ca2f53428ed0ea6fb5e17188d90b32a3cd59b8f7e1d4d075b0282dc3d6c7553dbbf1fb67208276f4972
|
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
|
|
@@ -255,7 +256,7 @@ module Raygun
|
|
255
256
|
+Redis#shutdown
|
256
257
|
+Redis#slave
|
257
258
|
+Redis#slowlog
|
258
|
-
|
259
|
+
+Redis#sync
|
259
260
|
+Redis#time
|
260
261
|
+Redis#persist
|
261
262
|
+Redis#expire
|
@@ -430,7 +431,6 @@ module Raygun
|
|
430
431
|
Raygun.log
|
431
432
|
Raygun.should_report?
|
432
433
|
Raygun::Client
|
433
|
-
track_exception_sync
|
434
434
|
+Raygun.track_exception
|
435
435
|
}
|
436
436
|
|
@@ -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,11 +31,11 @@ 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
|
38
|
-
@tracer.show_filters if @tracer.config.loglevel == Tracer::LOG_BLACKLIST
|
38
|
+
@tracer.show_filters# if @tracer.config.loglevel == Tracer::LOG_BLACKLIST
|
39
39
|
end
|
40
40
|
|
41
41
|
def translate(filter)
|
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.45
|
5
5
|
platform: universal-darwin
|
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-
|
12
|
+
date: 2020-06-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: debase-ruby_core_source
|