safeApply

inline fun <T> T.safeApply(block: () -> Unit): T

Safe apply function that logs KlaviyoExceptions rather than crash