Skip to content

Commit e38aef0

Browse files
committed
ref: empty line and logger
1 parent 1f3397b commit e38aef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@ public void fetchNativeFrames(Promise promise) {
267267

268268
promise.resolve(map);
269269
} catch (Exception e) {
270+
logger.warning("Error fetching native frames.");
270271
promise.resolve(null);
271272
}
272273
}
273-
274274
}
275275

276276
@ReactMethod

0 commit comments

Comments
 (0)