File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
android/src/main/java/io/sentry Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151public class RNSentryModule extends ReactContextBaseJavaModule {
5252
5353 private static final Pattern mJsModuleIdPattern = Pattern .compile ("(?:^|[/\\ \\ ])(\\ d+\\ .js)$" );
54- private static final String versionString = "0.38.0 " ;
54+ private static final String versionString = "0.38.1 " ;
5555 private static final String sdkName = "sentry-react-native" ;
5656
5757 private final ReactApplicationContext reactContext ;
Original file line number Diff line number Diff line change 99#import < KSCrash/KSCrash.h>
1010#import < Sentry/Sentry.h>
1111
12- NSString *const RNSentryVersionString = @" 0.38.0 " ;
12+ NSString *const RNSentryVersionString = @" 0.38.1 " ;
1313NSString *const RNSentrySdkName = @" sentry-react-native" ;
1414
1515@interface RNSentry ()
Original file line number Diff line number Diff line change 22 "name" : " react-native-sentry" ,
33 "homepage" : " https://github.com/getsentry/react-native-sentry" ,
44 "repository" : " https://github.com/getsentry/react-native-sentry" ,
5- "version" : " 0.38.0 " ,
5+ "version" : " 0.38.1 " ,
66 "description" : " Official Sentry SDK for react-native" ,
77 "typings" : " lib/Sentry.d.ts" ,
88 "typescript" : {
You can’t perform that action at this time.
0 commit comments