raygun-apm 1.1.9-x86-linux → 1.1.10-x86-linux

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c21376f894941372f7d984ca02014cbea884c2d92bd0b6b214c6fb24ab3ff692
4
- data.tar.gz: 98efb1181914b4a8b362ac1b1536da29698030ef55c0df5a33c5c7e83583d96b
3
+ metadata.gz: 4eb341d6c0e333f3cadabaf7f77fbd66e0c111b9b300ffa76c063176708ec7c1
4
+ data.tar.gz: 47b8ce5da9f3c6784a3f3b5d027a91eefd2f02a2c3dbc8a50ab5c64fa29fd379
5
5
  SHA512:
6
- metadata.gz: c936f3de42c6fa6d0acc4be2122e739d87367850809786fd13527ff5e8d61c25a51b2b7cb947f9386a6218cc524ccb048efd917f94d3cfbaec7efab498b950ae
7
- data.tar.gz: afed042d6772e3b2ac3784efee6cdef77fafd8284911ac25153f75bce04b22f7c839140567549e252732fef9c9882ebf15ed2fcc7be6f503a1dbf84a660c3d4b
6
+ metadata.gz: a5b6160edb04fd77a82a634bbaf3b61f53def91743ca0f1d4a6ba6a731a4610fb9d469bad9e85a2c7d4329df77d3cf8e21fd5634660621f21aad3e5af92427ff
7
+ data.tar.gz: 4e390838bf1fdeba79bdde6193be302a333d4f3882663a54177af6f2e1608ad82d02877d67e7b8cf9adb435f3c761703fea91a7ecad78e111c1d707b1b55719c
Binary file
Binary file
Binary file
Binary file
@@ -4,8 +4,14 @@ require 'rbconfig'
4
4
  module Raygun
5
5
  module Apm
6
6
  class Tracer
7
+ @__mutex = Mutex.new
8
+
7
9
  @__pids ||= {}
8
10
  class << self
11
+ def synchronize(&block)
12
+ @__mutex.synchronize { block.call }
13
+ end
14
+
9
15
  def instance
10
16
  @__pids[Process.pid]
11
17
  end
@@ -1,6 +1,6 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "1.1.9"
3
+ VERSION = "1.1.10"
4
4
  MINIMUM_AGENT_VERSION = "1.0.1190.0"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.9
4
+ version: 1.1.10
5
5
  platform: x86-linux
6
6
  authors:
7
7
  - Raygun Limited
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-13 00:00:00.000000000 Z
11
+ date: 2022-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: debase-ruby_core_source