-
public final class FlowExtKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> Flow<T>sendErrorToDatadog(Flow<T> $self, SdkCore sdkCore)Returns a Flow that will send a RUM Error event if this Flow emits an error. -
-
Method Detail
-
sendErrorToDatadog
final static <T extends Any> Flow<T> sendErrorToDatadog(Flow<T> $self, SdkCore sdkCore)
Returns a Flow that will send a RUM Error event if this Flow emits an error. Note that the error will also be emitted by the returned Flow.
- Parameters:
sdkCore- SDK instance to use for reporting.
-
-
-
-