fastlane-plugin-sentry 1.15.0 → 1.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -16
- 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/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: e19830c8430217e6e65a257acbd386f4cf49968068c167f286425796cf4c0c66
|
4
|
+
data.tar.gz: 2115c79a219dc3c1741991d141002bdf034eb1f60060da384159bdf7995d36cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f03e0d663d3b70e169152b97109d9fdf7766bc2a5cf911a9299b8a86e34680186848fc186387dfa84bc1328aba68422042da52fed9ffa49ca4ac80526d24daba
|
7
|
+
data.tar.gz: fb4f14428dfd5652d3cdc6d269cc5dfaecfc14db542a8b40d73e342caa730462d8ecbcbc3572f593ec5fde5db5eccfb608b7e8ec6a972d744ff72fd3be4710b1
|
data/README.md
CHANGED
@@ -50,7 +50,7 @@ A subset of actions provided by the CLI: https://docs.sentry.io/learn/cli/
|
|
50
50
|
|
51
51
|
### Authentication & Configuration
|
52
52
|
|
53
|
-
`auth_token` is the preferred
|
53
|
+
`auth_token` is the preferred authentication method with Sentry. This can be obtained on https://sentry.io/api/.
|
54
54
|
`api_key` still works but will eventually become deprecated. This can be obtained through the settings of your project.
|
55
55
|
Also note that as of version `1.2.0` you no longer have to provide the required parameters, we will try to fallback to your `.sentryclirc` config file if possible.
|
56
56
|
|
@@ -121,20 +121,6 @@ sentry_create_release(
|
|
121
121
|
|
122
122
|
Useful for uploading build artifacts and JS sourcemaps for react-native apps built using fastlane.
|
123
123
|
|
124
|
-
```ruby
|
125
|
-
sentry_upload_file(
|
126
|
-
api_key: '...',
|
127
|
-
auth_token: '...',
|
128
|
-
org_slug: '...',
|
129
|
-
project_slug: '...',
|
130
|
-
version: '...',
|
131
|
-
app_identifier: '...', # pass in the bundle_identifer of your app
|
132
|
-
build: '...', # Optionally pass in the build number of your app
|
133
|
-
dist: '...', # optional distribution of the release usually the buildnumber
|
134
|
-
file: 'main.jsbundle' # file to upload
|
135
|
-
)
|
136
|
-
```
|
137
|
-
|
138
124
|
```ruby
|
139
125
|
sentry_upload_sourcemap(
|
140
126
|
api_key: '...',
|
@@ -145,7 +131,7 @@ sentry_upload_sourcemap(
|
|
145
131
|
app_identifier: '...', # pass in the bundle_identifer of your app
|
146
132
|
build: '...', # Optionally pass in the build number of your app
|
147
133
|
dist: '...', # optional distribution of the release usually the buildnumber
|
148
|
-
sourcemap: 'main.jsbundle.map', # Sourcemap(s) to upload. Path(s) can be a comma-separated string or an array of strings.
|
134
|
+
sourcemap: ['main.jsbundle', 'main.jsbundle.map'], # Sourcemap(s) to upload. Path(s) can be a comma-separated string or an array of strings.
|
149
135
|
rewrite: true
|
150
136
|
)
|
151
137
|
```
|
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
|
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.17.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: 2023-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: os
|