Skip to content

Commit ea3a83c

Browse files
committed
docs(android): correct captureLogsAsTelemetry javadoc to reference log telemetry type
1 parent 41da663 commit ea3a83c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rollbar-android/src/main/java/com/rollbar/android/AndroidConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public Builder captureNewActivityTelemetryEvents(boolean mustCaptureNavigationEv
6868
* Enable or disable automatic capture of Android log output as telemetry events.
6969
* When enabled, logs emitted via {@code android.util.Log} (and any other source written to
7070
* logcat from this app's UID, including third-party libraries) at or above the configured
71-
* minimum level are recorded as manual telemetry events with
71+
* minimum level are recorded as log telemetry events with
7272
* {@link com.rollbar.api.payload.data.Source#CLIENT}.
7373
* Default is disabled.
7474
* @param mustCaptureLogsAsTelemetry if automatic capture must be enabled or disabled.

0 commit comments

Comments
 (0)