atatus 2.0.1 → 2.0.2

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: c826023bc77c8c0812bb37c3fd85398c7510dbf012c3f5aa96380a79debad62a
4
- data.tar.gz: 4e4057a1aea0ec24664b8684b9e01768c902632c3b60e7cb5f13d923a7a177f2
3
+ metadata.gz: 7538f79c9ef6dcd54bdb9261016cc2f15e8e7a1593d35b5741245df2f64163a5
4
+ data.tar.gz: 50d08cb8e1d49319b1d8ab86046356c06d5805f42848e3ab1b2fd1aff5f6f6e6
5
5
  SHA512:
6
- metadata.gz: 5896404c1ff48e0db977fa886d62f1a74a361e2667b595686229000e15e8faecacab5f159d5ae40dac593e1283ecbe07be116342d97bc9327400779647ec727f
7
- data.tar.gz: de62b1b3afa2366e65b6062a44c03fa819b086809cb44b22d3b5436a53e54c91d20afa613a2cb8703e8b112e7173430a8fc267e6aea9413f35715ec3a066298e
6
+ metadata.gz: 8d93bf15d74fa86257e1ea0d6b7810b46694dec8a706b7c035b10a45e8653bee2f2259f644e60c9a11ab52bd854ecb313a646c518b86e33ed4dbdee9898b9b13
7
+ data.tar.gz: a6d4f440daa63e0f135b4d8dedf7321cf630696d5b0925d19555366e16d1a7d3807e30ac5a7f762a6a1a120f8e28aa40dc3a74914624a4ad3eeb6e91b76eda7b
data/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## 2.0.2 (Mon, 27 May 2024)
8
+
9
+ - Fixed issue when trace sample fails in GCP Cloud
10
+
11
+
7
12
  ## 2.0.1 (Mon, 12 Feb 2024)
8
13
 
9
14
  - Fixed default logger to use Rails Logger instead of stdout
@@ -150,7 +150,7 @@ module Atatus
150
150
 
151
151
  transaction.done result
152
152
 
153
- if transaction.sampled? || @config.version < Config::ServerInfo::VERSION_8_0
153
+ if transaction.sampled?
154
154
  enqueue.call transaction
155
155
  end
156
156
 
@@ -19,5 +19,5 @@
19
19
 
20
20
  module Atatus
21
21
  AGENT_NAME = 'Ruby'
22
- VERSION = '2.0.1'
22
+ VERSION = '2.0.2'
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atatus
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Atatus
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-12 00:00:00.000000000 Z
11
+ date: 2024-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby