Skip to content
This repository was archived by the owner on Sep 14, 2020. It is now read-only.

Commit 755e367

Browse files
committed
add missing param to client method
1 parent 9c54fc3 commit 755e367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/src/main/java/com/bugsnag/BugsnagReactNative.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ private void configureRuntimeOptions(Client client, ReadableMap options) {
262262
if (options.hasKey("autoCaptureSessions")) {
263263
boolean autoCapture = options.getBoolean("autoCaptureSessions");
264264
config.setAutoCaptureSessions(autoCapture);
265-
client.startFirstSession();
265+
client.startFirstSession(getCurrentActivity());
266266
}
267267
}
268268
}

0 commit comments

Comments
 (0)