We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc09b4d commit 08a54a7Copy full SHA for 08a54a7
android/src/main/java/io/sentry/react/RNSentryModuleImpl.java
@@ -291,7 +291,6 @@ private static PackageInfo getPackageInfo(Context ctx) {
291
}
292
293
294
- @ReactMethod
295
public void setUser(final ReadableMap userKeys, final ReadableMap userDataKeys) {
296
Sentry.configureScope(scope -> {
297
if (userKeys == null && userDataKeys == null) {
0 commit comments