fastlane-plugin-sentry 1.2.2 → 1.2.3

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
  SHA1:
3
- metadata.gz: 116e1308595dbf5581763dccb450e9b9d83aeb85
4
- data.tar.gz: e55fa1e4ea43e5a58ab8d8630e01164b01bf0875
3
+ metadata.gz: 0a484b5235b2af0997d71d4baebbc697241052ae
4
+ data.tar.gz: b2366b652f6e46f7e70d61944a0b220c9c405e5f
5
5
  SHA512:
6
- metadata.gz: 29fcbe766e8c0d0fb8f8198d7b979e6d00cb761d8be7bea44447e2ad7388819c8f8b6d4d87321fa5442ec33ccc32bc200fdb5b3830c28912c92d6a1750262c66
7
- data.tar.gz: 66afd1b1a227ced3a0314c3c44845fb847809904c0f40a533b2d7de550df42ed835dc012745b12c82825d2905bde966341a8c24df69210517cf31eace2b978c4
6
+ metadata.gz: 7b08ef5b17c4bf59d8c15fdaa9fcd0e296bb7dd40f2db0c8de90e84558c111c461776f77e628078cd30f706f47c19d8fa1b7517c8066d19b2135023470a6144a
7
+ data.tar.gz: 933fdd574de88bac75300d2a980a2212abe7c88e5db27dadd981907030ef81b6790018ef9f5b3364656f599090d1160bfede21ca4c3e6b49763fa97b47165000
@@ -58,7 +58,7 @@ module Fastlane
58
58
  ENV['SENTRY_API_KEY'] = api_key unless api_key.to_s.empty?
59
59
  ENV['SENTRY_AUTH_TOKEN'] = auth_token unless auth_token.to_s.empty?
60
60
  ENV['SENTRY_URL'] = url unless url.to_s.empty?
61
- ENV['SENTRY_LOG_LEVEL'] = 'debug' if FastlaneCore::Globals.verbose?
61
+ ENV['SENTRY_LOG_LEVEL'] = 'INFO' if FastlaneCore::Globals.verbose?
62
62
  ENV['SENTRY_ORG'] = Shellwords.escape(org) unless org.to_s.empty?
63
63
  ENV['SENTRY_PROJECT'] = Shellwords.escape(project) unless project.to_s.empty?
64
64
  else
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Sentry
3
- VERSION = "1.2.2"
3
+ VERSION = "1.2.3"
4
4
  CLI_VERSION = "1.9.0"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-sentry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sentry