Loading lib/src/main/java/foundation/e/lib/telemetry/Telemetry.kt +11 −0 Original line number Diff line number Diff line Loading @@ -84,6 +84,17 @@ object Telemetry { Sentry.captureMessage(message, level) } /** * Report an exception. * Generally called from catch block of try-catch. * * @param e: The exception to report. */ @JvmStatic fun reportException(e: Exception) { Sentry.captureException(e) } @Deprecated( "Use isReportingTelemetry()", ReplaceWith("isReportingTelemetry()"), Loading Loading
lib/src/main/java/foundation/e/lib/telemetry/Telemetry.kt +11 −0 Original line number Diff line number Diff line Loading @@ -84,6 +84,17 @@ object Telemetry { Sentry.captureMessage(message, level) } /** * Report an exception. * Generally called from catch block of try-catch. * * @param e: The exception to report. */ @JvmStatic fun reportException(e: Exception) { Sentry.captureException(e) } @Deprecated( "Use isReportingTelemetry()", ReplaceWith("isReportingTelemetry()"), Loading