Skip to content

Commit 08a54a7

Browse files
Fix android build after 4.7.0 merge
1 parent bc09b4d commit 08a54a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/io/sentry/react/RNSentryModuleImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ private static PackageInfo getPackageInfo(Context ctx) {
291291
}
292292
}
293293

294-
@ReactMethod
295294
public void setUser(final ReadableMap userKeys, final ReadableMap userDataKeys) {
296295
Sentry.configureScope(scope -> {
297296
if (userKeys == null && userDataKeys == null) {

0 commit comments

Comments
 (0)