Skip to content

Commit b76ac66

Browse files
committed
release: 0.43.1
1 parent 03375c7 commit b76ac66

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

android/src/main/java/io/sentry/RNSentryModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
public class RNSentryModule extends ReactContextBaseJavaModule {
5454

5555
private static final Pattern mJsModuleIdPattern = Pattern.compile("(?:^|[/\\\\])(\\d+\\.js)$");
56-
private static final String versionString = "0.43.0";
56+
private static final String versionString = "0.43.1";
5757
private static final String sdkName = "sentry-react-native";
5858

5959
private final ReactApplicationContext reactContext;

ios/RNSentry.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import <Sentry/Sentry.h>
1010

11-
NSString *const RNSentryVersionString = @"0.43.0";
11+
NSString *const RNSentryVersionString = @"0.43.1";
1212
NSString *const RNSentrySdkName = @"sentry.javascript.react-native";
1313

1414
@interface RNSentry()

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.43.0",
5+
"version": "0.43.1",
66
"description": "Official Sentry SDK for react-native",
77
"typings": "lib/Sentry.d.ts",
88
"types": "./lib/Sentry.d.ts",

0 commit comments

Comments
 (0)