File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
android/src/main/java/com/rollbar Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'RollbarReactNative'
3- s . version = '0.9.1 '
3+ s . version = '0.9.2 '
44 s . summary = 'RollbarReactNative'
55 s . description = <<-DESC
66 RollbarReactNative is a library for interacting with the Rollbar
Original file line number Diff line number Diff line change 3030public class RollbarReactNative extends ReactContextBaseJavaModule {
3131 private static final String REACT_NATIVE = "react-native" ;
3232 private static final String NOTIFIER_NAME = "rollbar-react-native" ;
33- private static final String NOTIFIER_VERSION = "0.9.1 " ;
33+ private static final String NOTIFIER_VERSION = "0.9.2 " ;
3434 private static final String MANIFEST_CODE_VERSION = "com.rollbar.android.CODE_VERSION" ;
3535
3636 private ReactContext reactContext ;
Original file line number Diff line number Diff line change 99@implementation RollbarReactNative
1010
1111static NSString *const NOTIFIER_NAME = @" rollbar-react-native" ;
12- static NSString *const NOTIFIER_VERSION = @" 0.9.1 " ;
12+ static NSString *const NOTIFIER_VERSION = @" 0.9.2 " ;
1313static NSString *const REACT_NATIVE = @" react-native" ;
1414
1515+ (void )initWithAccessToken : (NSString *)accessToken {
Original file line number Diff line number Diff line change 11{
22 "name" : " rollbar-react-native" ,
3- "version" : " 0.9.1 " ,
3+ "version" : " 0.9.2 " ,
44 "description" : " Library for reporting errors to Rollbar from React Native apps" ,
55 "main" : " index.js" ,
66 "repository" : " https://github.com/rollbar/rollbar-react-native.git" ,
Original file line number Diff line number Diff line change @@ -1459,10 +1459,10 @@ ret@~0.1.10:
14591459 version "0.1.15"
14601460 resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
14611461
1462- rollbar@^2.19.3 :
1463- version "2.19.3 "
1464- resolved "https://registry.yarnpkg.com/rollbar/-/rollbar-2.19.3 .tgz#9779c4567cb5e49bb18e9bb60b70810ba4aad755 "
1465- integrity sha512-SBGEN999+wAlE2Q25pfzqUCqNiplpRPbgv/oYn4eW3Kk4CJox/mMGaSB9BWidX2Vep5TGpxxuyWCHrqklS+s/w ==
1462+ rollbar@^2.21.1 :
1463+ version "2.21.1 "
1464+ resolved "https://registry.yarnpkg.com/rollbar/-/rollbar-2.21.1 .tgz#482c3b2ea0d65e774352da3e89eeaf4679ee9970 "
1465+ integrity sha512-HROzV6rV0BYxzZpOlDKUSV/RdyHMuCm9gknIGk+FYPVAUwbXCrwZeiYwuc5n3MLnX+IPBVzatzJsiNOJzngNGg ==
14661466 dependencies :
14671467 async "~1.2.1"
14681468 console-polyfill "0.3.0"
You can’t perform that action at this time.
0 commit comments