raygun-apm 1.0.53-x64-mingw32 → 1.0.54-x64-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: e994973e1a0824084da9dc04a9774c4432bb398905cbc99d2c3332da585a02c1
4
- data.tar.gz: a1b48496269c807e050083225e810510b9aec05b386a60f39da1873ab4475d35
3
+ metadata.gz: 1ee876fcd445d216f54c49d56f1f93c65a72973bcef59a24ee43f82e96ad76cd
4
+ data.tar.gz: 6e679d549a03054850c585a6c1a8cea8ef1e94bba326ec4037b83dde284a848a
5
5
  SHA512:
6
- metadata.gz: e155dc8e984122d7c360043e01ee97436e6acf35e05f83faba39bb476048f01e74f7d03b560757ae477ad3b810952ed29757cfb845d20d114ea5bd1d6487165a
7
- data.tar.gz: 7535beac734812f3452a1eeb949dc88d3455924d8de6091be12ab4b393233a9f18d23f48235610b89e63e23426269a7945cfc7c8ccd8749ac238d92344460193
6
+ metadata.gz: a16b499cee426130bb47d908cc7fd6066522724b1d0b4005b6dc4f1c4695c0148fce9e623f0db36c72ecfc321bb9faad0532f5076d3c4a8e32cc4928c442248f
7
+ data.tar.gz: adfdca1fca434f2cbc2f3debe75690e7e633e8589c96141020b94803136811070e9a79c9fa9871434f1ffcb9e1d0f86a091331811c0bf94ed07250d0e07c9733
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: 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-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