fastlane-plugin-sentry 1.8.2 → 1.8.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
  SHA256:
3
- metadata.gz: 997460b2dd7418643a318ce88f9ecf72e45a087e11ca1bfbb50da96ed9ec1fc6
4
- data.tar.gz: cbfdbe73533b999f88124548a5e458989f2f599e3621fd7ab9b89500de37e573
3
+ metadata.gz: 21a116d5b4eb9c0d9ae9fdd57285b00b26056fc95fd868e3c7badb899011a913
4
+ data.tar.gz: 2c705d4ce741a5ba190ed8a9a060e07fb733741fe5978fc7c6affa6cc6360aa9
5
5
  SHA512:
6
- metadata.gz: b8f36f2206339e9f133b882a2fe52fb7961488784811e3d5f1c1af311bb584c5332079a697f9aad98e05c6b3845d7057b4892a1a1c1cfbf5eec888760718c6d1
7
- data.tar.gz: db320f54c60e647f31ab222d0190eb3c82d480726832df20ebe62638edabeecf0d5610990e5cf20e044c148defa727c947bdd665f91e9dc10b3dacac3d743653
6
+ metadata.gz: f06720c349c8259d76cf62162cb2fa8423e0341d8109c920146d89fe6396a1cfe863285751e6aeafff41fc09c2471fee46c0d956b60b471728220855c82ff2fe
7
+ data.tar.gz: '0582c4874bfa494c19c2b91b025159ba8c71b966857a0b275b7721688906006f9c96720fb64a22a1af5c064f4ca2557a8b3ff60d6dde5a76dc7c3994c0214b6a'
@@ -23,8 +23,8 @@ module Fastlane
23
23
 
24
24
  command.push('--rewrite') if params[:rewrite]
25
25
  command.push('--no-rewrite') unless params[:rewrite]
26
- command.push('--strip-prefix') if params[:strip_prefix]
27
- command.push('--strip-common-prefix') if params[:strip_common_prefix]
26
+ command.push('--strip-prefix').push(params[:strip_prefix]) if params[:strip_prefix]
27
+ command.push('--strip-common-prefix').push(params[:strip_common_prefix]) if params[:strip_common_prefix]
28
28
  command.push('--url-prefix').push(params[:url_prefix]) unless params[:url_prefix].nil?
29
29
  command.push('--dist').push(params[:dist]) unless params[:dist].nil?
30
30
 
@@ -42,7 +42,7 @@ module Fastlane
42
42
  has_auth_token = !auth_token.to_s.empty?
43
43
 
44
44
  ENV['SENTRY_URL'] = url unless url.to_s.empty?
45
- ENV['SENTRY_LOG_LEVEL'] = 'INFO' if FastlaneCore::Globals.verbose?
45
+ ENV['SENTRY_LOG_LEVEL'] = 'DEBUG' if FastlaneCore::Globals.verbose?
46
46
 
47
47
  # Fallback to .sentryclirc if possible when no auth token is provided
48
48
  if !has_api_key && !has_auth_token && fallback_sentry_cli_auth
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Sentry
3
- VERSION = "1.8.2"
3
+ VERSION = "1.8.3"
4
4
  CLI_VERSION = "1.63.1"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-sentry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.2
4
+ version: 1.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sentry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-22 00:00:00.000000000 Z
11
+ date: 2021-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry