fastlane-plugin-sentry 1.25.1 → 1.26.0

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: c2a971bc8a620f2379d60be4c4781a42d2eecc3f2d8e4d4637dc3d8493803454
4
- data.tar.gz: 6cdf0f8055e0e9f4f2570027101dcda0580d66dcebb479ec552def9b0255cc7a
3
+ metadata.gz: f1645833e5f9b0ad9afd0aeeaaa48b1847085e8632f78019ca8e96ce6c71d413
4
+ data.tar.gz: ad6b575004c61f2d34d8704cfbbeecb21a8ad2466a00888aa718ceef2d3bcf8d
5
5
  SHA512:
6
- metadata.gz: afc0c40975f5af0373a31e4ede1e1cd2d884f39544fac3f0ed2563b17d7ff7f52fa4b8259808ba370690eb6e38d8719bcd4eeef6a23bddb14cc8362adf2954f5
7
- data.tar.gz: 5f3ee9f49f5ea383146b9a5d0a5a8080891dc04d25be10edf7461ce818d87268dde9d7d1550f22f1847c8914f500ede124a8ee934365ba2999b226fe5869ab1e
6
+ metadata.gz: 10fbe8a368c946949080c57852b061410ad83a17088fdd54f205cdcb4d9477b6141baef6e79388f5c6b20942f43508a2b0da2371aa54d06545e72cb740e9e058
7
+ data.tar.gz: 46cc85ab022fb4a4d71c68aab63114b108c036d75b2282c84f52017cef036e8235fb15f5942e1de5f3d20fd5229d5d5174b0534d291e7152d21f7b33956691da
data/README.md CHANGED
@@ -83,7 +83,7 @@ Further options:
83
83
  - __no_zips__: Do not search in ZIP files.
84
84
  - __info_plist__: Optional. Optional path to the Info.plist. We will try to find this automatically if run from Xcode. Providing this information will associate the debug symbols with a specific ITC application and build in Sentry. Note that if you provide the plist explicitly it must already be processed.
85
85
  - __no_reprocessing__: Optional. Do not trigger reprocessing after uploading.
86
- - __force_foreground__: Optional. Wait for the process to finish. By default, the upload process will detach and continue in the background when triggered from Xcode. When an error happens, a dialog is shown. If this parameter is passed Xcode will wait for the process to finish before the build finishes and output will be shown in the Xcode build output.
86
+ - __force_foreground__: Optional. __Deprecated NoOp since 1.26.0. Before v 1.26.0__: Wait for the process to finish. By default, the upload process will detach and continue in the background when triggered from Xcode. When an error happens, a dialog is shown. If this parameter is passed Xcode will wait for the process to finish before the build finishes and output will be shown in the Xcode build output.
87
87
  - __include_sources__: Optional. Include sources from the local file system and upload them as source bundles.
88
88
  - __wait__: Wait for the server to fully process uploaded files. Errors can only be displayed if --wait is specified, but this will significantly slow down the upload process.
89
89
  - __upload_symbol_maps__: Optional. Upload any BCSymbolMap files found to allow Sentry to resolve hidden symbols, e.g. when it downloads dSYMs directly from App Store Connect or when you upload dSYMs without first resolving the hidden symbols using --symbol-maps.
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Sentry
3
- VERSION = "1.25.1"
3
+ VERSION = "1.26.0"
4
4
  end
5
5
  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.25.1
4
+ version: 1.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sentry
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-27 00:00:00.000000000 Z
11
+ date: 2025-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: os
@@ -100,7 +100,7 @@ dependencies:
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
- description:
103
+ description:
104
104
  email: hello@sentry.io
105
105
  executables: []
106
106
  extensions: []
@@ -132,7 +132,7 @@ homepage: https://github.com/getsentry/sentry-fastlane-plugin
132
132
  licenses:
133
133
  - MIT
134
134
  metadata: {}
135
- post_install_message:
135
+ post_install_message:
136
136
  rdoc_options: []
137
137
  require_paths:
138
138
  - lib
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  version: '0'
149
149
  requirements: []
150
150
  rubygems_version: 3.1.6
151
- signing_key:
151
+ signing_key:
152
152
  specification_version: 4
153
153
  summary: Upload symbols to Sentry
154
154
  test_files: []