shopify-cli 2.6.2 → 2.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +1 -1
- data/lib/shopify_cli/exception_reporter.rb +2 -2
- data/lib/shopify_cli/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5eeebd9058a041844656003db1812bd64cc52b71f2cd9e971a196017ef272ad7
|
4
|
+
data.tar.gz: cfb9881073152f718fb32bc6150329b0a0c7891058de9ce5145847717deaae35
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 606af4b1db0d92a2d1c15cf31a2376da3b5dc24b3def4cf5d78a7a5662cb64fc76b29e364f85e1880db5e7e2383ac3a9dd9b705f4f319414e6e5bf8c6c59788a
|
7
|
+
data.tar.gz: 6880b9158d5ff14287e6bbfec091b6240979ef663c1b64494f6ed3b1fe2fdb98e60bc21b4dfc30a09129a3ff1c5136a68166f363ba111d21e0fdb6976ae737a8
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -30,11 +30,11 @@ module ShopifyCLI
|
|
30
30
|
|
31
31
|
metadata = {}
|
32
32
|
metadata.merge!(custom_metadata)
|
33
|
-
|
33
|
+
Bugsnag.notify(error, metadata)
|
34
34
|
end
|
35
35
|
|
36
36
|
def self.report?
|
37
|
-
|
37
|
+
return false if ShopifyCLI::Environment.development?
|
38
38
|
return true if ExceptionReporter::PermissionController.automatic_reporting_prompted? &&
|
39
39
|
ExceptionReporter::PermissionController.can_report_automatically?
|
40
40
|
|
data/lib/shopify_cli/version.rb
CHANGED