fastlane-plugin-sentry 1.17.0 → 1.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/sentry-cli-Darwin-universal +0 -0
- data/bin/sentry-cli-Linux-i686 +0 -0
- data/bin/sentry-cli-Linux-x86_64 +0 -0
- data/bin/sentry-cli-Windows-i686.exe +0 -0
- data/bin/sentry-cli-Windows-x86_64.exe +0 -0
- data/lib/fastlane/plugin/sentry/actions/sentry_upload_dif.rb +1 -1
- data/lib/fastlane/plugin/sentry/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42b3a528a24513e1ebe965931738febfebc92fb5bf563eda5fc7320e012a0f30
|
4
|
+
data.tar.gz: 381f75a5436f63748d058090d0e9c10a7a2d6b455049b1d61358b0bd5323e920
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19229b9aa2582bbba5993b869a67c21bcf604688fa01f13166013d7b2a2285265a121ad2e3f76013207e7c20cb788bbd72b19390988eefe5ecd06013750d95fe
|
7
|
+
data.tar.gz: bbc77e6a9e418d7d097cd326c860d255ba5cf5cdb10e5553511406d5a77b6d052617f46552b447ec703b5766fdb53ae8283145da8963c025e3dc6935546ffa76
|
Binary file
|
data/bin/sentry-cli-Linux-i686
CHANGED
Binary file
|
data/bin/sentry-cli-Linux-x86_64
CHANGED
Binary file
|
Binary file
|
Binary file
|
@@ -26,7 +26,7 @@ module Fastlane
|
|
26
26
|
command.push('--info-plist').push(params[:info_plist]) unless params[:info_plist].nil?
|
27
27
|
command.push('--no-reprocessing') unless params[:no_reprocessing].nil?
|
28
28
|
command.push('--force-foreground') unless params[:force_foreground].nil?
|
29
|
-
command.push('--include-sources') unless params[:include_sources]
|
29
|
+
command.push('--include-sources') unless params[:include_sources] != true
|
30
30
|
command.push('--wait') unless params[:wait].nil?
|
31
31
|
command.push('--upload-symbol-maps') unless params[:upload_symbol_maps].nil?
|
32
32
|
|
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.
|
4
|
+
version: 1.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sentry
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-02-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: os
|