fastlane-plugin-sentry 1.25.1 → 1.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c2a971bc8a620f2379d60be4c4781a42d2eecc3f2d8e4d4637dc3d8493803454
4
- data.tar.gz: 6cdf0f8055e0e9f4f2570027101dcda0580d66dcebb479ec552def9b0255cc7a
3
+ metadata.gz: a76909333eed4a677d0a49d37467ea6234fcb5dad005d927e016ca37bc18a4f4
4
+ data.tar.gz: 7f595197e576823a5a6e9fcdee43fded5e859f4ea76389915ed5c5a372d4f88e
5
5
  SHA512:
6
- metadata.gz: afc0c40975f5af0373a31e4ede1e1cd2d884f39544fac3f0ed2563b17d7ff7f52fa4b8259808ba370690eb6e38d8719bcd4eeef6a23bddb14cc8362adf2954f5
7
- data.tar.gz: 5f3ee9f49f5ea383146b9a5d0a5a8080891dc04d25be10edf7461ce818d87268dde9d7d1550f22f1847c8914f500ede124a8ee934365ba2999b226fe5869ab1e
6
+ metadata.gz: 955aac5957d487b438abf247543b5557857b4a6f06f506be18917cb0671bfa3e70b56bd276f9b0819bad5435bf404e74fc57d843035dbe74623ff83dea10caf5
7
+ data.tar.gz: 8f231dc89ff89051f3fad0ed9ab6949692d0f8afd95ae6207c71b1506cd54a7cb749e1506633544d7d46a7d195f6c299b31675fdd607be460d62023f086cf396
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017-2024 Sentry
3
+ Copyright (c) 2017-2025 Sentry
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.27.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.27.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-21 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: []