Package 

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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.