safeApply

fun <Caller> Caller.safeApply(errorQueue: Queue<Operation<Unit>>? = null, block: Operation<Unit>): Caller

Safe apply function that logs KlaviyoException rather than crash