scout_apm_logging 0.0.9 → 0.0.10

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: 55f7d2c11024d2dba505a31f9a95face612da9befd41e70cce442655e5647711
4
- data.tar.gz: 0d4b6f542d73fd0b435296e465f814b1593d7d52ae5dd31d7b07965c3e52e2a6
3
+ metadata.gz: 6d85bd807f130a6b0187f898a42d6d703a2c21d21a2aac03a7dcc4d1141e1b8e
4
+ data.tar.gz: 936a7d718eb3f2d8b05d6694ab15b56dae548996d9dd24c7b4aca5a1eccadbbf
5
5
  SHA512:
6
- metadata.gz: 35c113e4c84c336657d4a312385f7b23328518112be3f7a0a234eca56fd66422d264121dd0dbd19bf206ef309904ab9b3a4d40a4b50741185966979a8cb4c1a3
7
- data.tar.gz: 6e196f2c3625af8ecc6d898a653be40f1e61511e9e20a4b7a30f5a9efa93c3eba6fda5f6bbcb3d43546800ae64b5b1fdd879d697a57f9e4e740e82b4ee350a3e
6
+ metadata.gz: 1c6765bc549891c2156e0d8d31b6d74862541a07685b9d81408ab14d65d5c42b83565c441a8c1520027f73db60bbb65b82778195ef358ec9a95a7b8c7bae60be
7
+ data.tar.gz: eb22f6ab71fcd15e13f3725b999ae7597161ae5f716b00f0649a8d74535747df3426b09f7a0244521ac9e16c627a0120373a73791bef1cbbfa00914e59d63df5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 0.0.10
2
+ * Remove capitalization from action name in the formatter, to match that of the standard format.
3
+
1
4
  ## 0.0.9
2
5
  * Add Scout Transaction ID to log attributes.
3
6
 
@@ -51,7 +51,7 @@ module ScoutApm
51
51
  updated_name = name.split('_').map(&:capitalize).join
52
52
 
53
53
  derived_key = "#{layer.type.downcase}_entrypoint".to_sym
54
- derived_value_of_scout_name = "#{updated_name}#{layer.type.capitalize}##{action.capitalize}"
54
+ derived_value_of_scout_name = "#{updated_name}#{layer.type.capitalize}##{action}"
55
55
 
56
56
  { derived_key => derived_value_of_scout_name }
57
57
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ScoutApm
4
4
  module Logging
5
- VERSION = '0.0.9'
5
+ VERSION = '0.0.10'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout_apm_logging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scout APM