raygun-apm 1.0.53-x86-linux → 1.0.54-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: 2a92b9b9764f3cbfcb8a52b1f5a20cbdc18aabbe2d7c4ae081d652e5515354a3
4
- data.tar.gz: c87115a597c9d95f8f02146a49adf04e7c489bd64368ff61fbba748317e2ec7b
3
+ metadata.gz: 7093c9a95637788fc2a9a3bc43b035f3bfa1ac4b1d5d41e14f6a8eeee8a30f4d
4
+ data.tar.gz: f66d0986945b8c0c25265879639ca151ea88bec70bd2e5fa8787cf2e26e7329e
5
5
  SHA512:
6
- metadata.gz: 41839491d1c0f9282427ff957b355d856f0f2726d7f5346d3c4ce9f1ab42f5c69881befe3e845d79b20872790d42993ea19d43bf2d34ffde57af7854fa4adcb8
7
- data.tar.gz: 5d42cd1db7e28d6ef120521f7fbda2eaf6c9ff894a3ebbd9cf96ca341b4a7f5969e4468e07a387ca576c8db0729a734fdd9ac828ca825a52bd422ff4e9681abd
6
+ metadata.gz: b943885a686bee15fd8d6b84a6d5ab961b36acfe8495d8d9940ed7754a97fcde601798ff1855113cf99389ff2e1b1d0b64624bfbdf7420a42d197735e5a86495
7
+ data.tar.gz: 04ba507e8b3f83d374b61bd5279f9b20a2817dbac2d580cf779861e9bd2bf91bc8f0fa7e9bc57b2ab22a110d230fef4f39d59370eae414ac0c02cd2ec5e18165
@@ -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-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-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