Loading lib/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ plugins { def versionMajor = 0 def versionMinor = 0 def versionPatch = 8 def versionPatch = 9 def releasePatch = "alpha" android { 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/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ plugins { def versionMajor = 0 def versionMinor = 0 def versionPatch = 8 def versionPatch = 9 def releasePatch = "alpha" android { 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