fastlane-plugin-sentry 2.5.5 → 2.5.7

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: fa9592e7d372886b810ef96630abc4a3da9294ff1bdd736c2467d52c1f575575
4
- data.tar.gz: 6c42628fe5a8ab7559cc755dd6424ce191e871c64969a9fb2d009c6d272ccd7a
3
+ metadata.gz: 926b8d997fdcc69bf92a0090dd9913db1c01271cf9de5d3d580e9e734f1c8bbc
4
+ data.tar.gz: 0026566bc247b4e87a097a60df6cec3a5a3b0ae51c6a49e004e2138cf750afe7
5
5
  SHA512:
6
- metadata.gz: e2e19ef7c5fd02087e58e42aa6cd1caa094ee677c1131beab184fecc07fc2be536db76ae7e7fdf93eb59e9f460178ce05a12e02d35b7c281b79fa8c1158a1c54
7
- data.tar.gz: 6eae84427eb957e47dba930d544d6b1a57487b5d11e19614a9c11c63c1e6a35ba4683d4a86c0d056ac9f50164f57c17d33cced05d4a8ddc92104746a780510c6
6
+ metadata.gz: d6ab0e1d13aa16b541d4aae977996f9e3fa38f0c4911801f49a8ca9f87c8150b69b9082c3481aa5826d6a614134ce83b6776e788e43172d3cbab303b1394f65d
7
+ data.tar.gz: 31cc6c014282f5ab007d8f49b1d175e2e7e11a6bf0a3ebce52224277da8cdfc1ceafba93f647ffb573f83735e3f481c0591d04aa15ecbb17e861324dde4ed309
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -11,8 +11,8 @@ module Fastlane
11
11
  UI.user_error!("Path is not a directory: #{path}") unless File.directory?(path)
12
12
 
13
13
  command = [
14
- "build",
15
14
  "snapshots",
15
+ "upload",
16
16
  "--app-id",
17
17
  app_id,
18
18
  path
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Sentry
3
- VERSION = "2.5.5"
3
+ VERSION = "2.5.7"
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: 2.5.5
4
+ version: 2.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sentry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-27 00:00:00.000000000 Z
11
+ date: 2026-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: os