raygun-apm 1.0.53-x86-mingw32 → 1.0.54-x86-mingw32

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: e24175f6a2fed45e47b7d81524c14616908e487f6213d4426aa334359681bcd7
4
- data.tar.gz: 13376abf233c72dd11c75607b8ce4cabbf1597bd7e4008e20e88217590c7e3a6
3
+ metadata.gz: 7535eac062c13117c4c13ab6985bf8ad0b04f22562bc15366a1eb83f85fc34e2
4
+ data.tar.gz: fc4d114220ead775b07ad6e7cd80915233a817e123fd98ed863f675e4c1df7be
5
5
  SHA512:
6
- metadata.gz: b58435c74116e974c4febd926486ffc16c89f0f21dc00a1d53d8bb5e35ed0ab0d85f5900a1310eec778d9197231432cdc927d9fbe78568966b84aeb89d8a8f00
7
- data.tar.gz: 1604b62d788c81054946fd2182c2a389302dd90f296d12a830d2bc79fe8d1a0273e559ca4e6859d6677ce2bf1080ad7973d1ff290022a09ad258808cfd5bb5da
6
+ metadata.gz: b8dacb6116a42fc80afe2bde03e9296e9574b26bd39f363d2077720941127c5edb969ef53b5a3cb5bfa906f89e209a14b5f6d98308b506b54506a98ef04d5c63
7
+ data.tar.gz: 37e307bbe613854782e4727c8bd9d7ab115a100fe621b9de94d709b664f3ec17b333b801a4f7342642a886caf2a051f744f940630eca22e957adaed0b0815012
Binary file
Binary file
Binary file
@@ -9,6 +9,7 @@ module Raygun
9
9
  AGENT_STATE_UP_MISCONFIGURED = "\nThe 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"
10
10
  AGENT_STATE_UP_CONFIGURED = "\nThe Raygun APM Agent is configured properly!"
11
11
  AGENT_MINIMUM_VERSION_NOT_MET = "\nVersion #{Raygun::Apm::VERSION} of the Raygun APM Profiler requires a minimum Agent version #{Raygun::Apm::MINIMUM_AGENT_VERSION}\nPlease download the latest Agent from https://raygun.com/documentation/product-guides/apm/agent/downloads/"
12
+ PROFILER_NOOPED = "Profiler loaded in noop mode and will be disabled due to the minimum Agent version not met"
12
13
 
13
14
  def initialize(host: Apm::Config::TCP_MANAGEMENT_HOST, port: Apm::Config::TCP_MANAGEMENT_PORT)
14
15
  @host = host
@@ -21,6 +22,7 @@ module Raygun
21
22
  if minimum_agent_version_not_met?(response['Version'])
22
23
  puts AGENT_MINIMUM_VERSION_NOT_MET
23
24
  tracer.noop!
25
+ puts PROFILER_NOOPED
24
26
  else
25
27
  if response['Status'] == 1
26
28
  puts AGENT_STATE_UP_CONFIGURED
@@ -1,6 +1,6 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "1.0.53"
3
+ VERSION = "1.0.54"
4
4
  MINIMUM_AGENT_VERSION = "1.0.1190.0"
5
5
  end
6
6
  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.53
4
+ version: 1.0.54
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-07-30 00:00:00.000000000 Z
12
+ date: 2020-07-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: debase-ruby_core_source