fastlane-plugin-rollbar 0.1.4 → 0.1.5
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e22024c88599c9bb78b7c7acb122afbc033476db39f56e39aeefc81879c2c37c
|
4
|
+
data.tar.gz: 9e6ba5e2201370dfcd88674e8d0c49fe0798fd94e1d40ead68eafcae3a13023f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b2497d06feb3cedb5e5d25107ef51d13241bfef410818e6812ae5691e6c18a897af070c3f3fb4522a0a9b84a4c70a415d7146b2e822f5b75745bd0ccb50b7fd
|
7
|
+
data.tar.gz: d345a1560703068b387e405476cc0fe2a4babaa6f6c0792d57922e9faad295465c13e8c9ab725978b6c7ed080ccdc34897a7581e7473a3d5b51edaa54f98ac43
|
data/README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# rollbar plugin
|
2
2
|
|
3
3
|
[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-rollbar)
|
4
|
+
[![Gem Version](https://badge.fury.io/rb/fastlane-plugin-rollbar.svg)](https://badge.fury.io/rb/fastlane-plugin-rollbar)
|
4
5
|
|
5
6
|
## Getting Started
|
6
7
|
|
@@ -19,7 +20,7 @@ Helps to upload sourcemaps/dsyms/proguard mapping/deploy report to Rollbar
|
|
19
20
|
```
|
20
21
|
rollbar_sourcemaps_upload(
|
21
22
|
api_key: 'YOUR_ROLLBAR_SERVER_API_KEY',
|
22
|
-
os:
|
23
|
+
os: 'ios', // 'android'
|
23
24
|
code_version: 'your_code_version'
|
24
25
|
environment: 'production',
|
25
26
|
)
|