govuk_app_config 1.9.0 → 1.9.1

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: 0eb703d633019c261beacc5297b8620227a7c1e2948e469f88662ecab13fe440
4
- data.tar.gz: 04a12ed7107d261d406897952c1fb66953497d52d2b3ee41658d75373f9961f9
3
+ metadata.gz: eeb71c2a0cf389772afcd12b204fc215abc594b7588b21425ec8d537bc71b14b
4
+ data.tar.gz: 8da06a31b69b1f02627ac855ef11dbcf963dd606b2940ac0f4f87a879505dbf8
5
5
  SHA512:
6
- metadata.gz: 11bcd19aa0c4de45d061f6a3ef084854a0e05c66cc609ae6e58a0b04fc5a125cb9df7979aa8e00c98e33ff08c7cc8055982c7c7c22f9aaf6740bdaad0bda8f0b
7
- data.tar.gz: fe634e1aeb3efe7f75773ea9a5a081288b55fa4868359d51cd05e23c57f828d53f4c7469a933ff970093e7698baa47e6e483dbdb585f230200b7f15d32fcb939
6
+ metadata.gz: 372eaa1dcc16a8ce7cb2bc2f9014a51c7c7cd5398386d896c24ca780df9e93e35af1dc01223e4e35b037ecf7a4d9eb7e61a86504a58a3e9a138fc7c0d38af9fc
7
+ data.tar.gz: 18ca93f12d376d3bb601a16782346b9b93d63bc3e25e4417ae0800fcad0bcda724f347677cac8ff1527d7e139e9fd7c45a7608f342c20d3070c7fc1237c5bbdd
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 1.9.1
2
+
3
+ * Make XRay log missing segments (such as when executing rake tasks)
4
+ as an error, rather than throwing an exception.
5
+
1
6
  # 1.9.0
2
7
 
3
8
  * Record 1% of requests with AWS X-Ray.
@@ -15,6 +15,7 @@ module GovukXRay
15
15
  XRay.recorder.configure(
16
16
  name: ENV['GOVUK_APP_NAME'].to_s,
17
17
  patch: patch,
18
+ context_missing: 'LOG_ERROR',
18
19
  sampling_rules: {
19
20
  version: 1,
20
21
  default: {
@@ -1,3 +1,3 @@
1
1
  module GovukAppConfig
2
- VERSION = "1.9.0"
2
+ VERSION = "1.9.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_app_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev