raygun-apm 1.0.44-x86-linux → 1.0.45-x86-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4087d7298a5a7cb5be64cdaea4a3d534b791f722b30ed63b7d7f0e6355dc86f
4
- data.tar.gz: 4a6e7fd007b5b34cd1667a9f2cec3e269333b088de297c5177587b39630d9738
3
+ metadata.gz: 77d18d97a9bec1293739bd1f1d6539dbf80c99970aa5d2839ebdba8c98234874
4
+ data.tar.gz: ce6d4132ead0e44d740d99715991a1ed9f811b52cd09cd8f891919328e3f8b77
5
5
  SHA512:
6
- metadata.gz: c5f673f12d1e89081a870817e41b70fb95aad73438eb5e63139c22f45df31f2230f61e9da9588f30169994b1b7e8b2a430148eabbe5eab74855a7ee0f2917675
7
- data.tar.gz: 60412a023dfcd9a535db3841924a414ae0e37b80d3c5cdb5152d8ef4f6b2515db784caaab28abd07f9c35ab599537747fb1dd1f6e2cbdffe3aa60ff31577a0e1
6
+ metadata.gz: 9b4eaf82f67a933ab9eb884e17107b3af31f287a9ea8d9771eb4f03ff3671bcd1da454a6d26f0231c27a5ce68e914cf0156c216578496da37d7dbfccd27cc532
7
+ data.tar.gz: be07350af9c625ea3fdbc0be3271d349ae369846deff0e20229c2c8f105ff4b7d713a42700784785d94ad5ae1e413ae1696d6939804ac2fbb17db8567de3a097
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
 
@@ -255,7 +256,7 @@ module Raygun
255
256
  +Redis#shutdown
256
257
  +Redis#slave
257
258
  +Redis#slowlog
258
- #+Redis::sync
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)
@@ -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 = /#|\./
@@ -1,5 +1,5 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "1.0.44"
3
+ VERSION = "1.0.45"
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.45
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-06-17 00:00:00.000000000 Z
12
+ date: 2020-06-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: debase-ruby_core_source