sentry-java
sentry-java copied to clipboard
Integration for Sentry Logs through Logcat
User isha_37726 on discord shared their temporary solution to get this working:
execCommand("logcat *:I --pid $pid -v time OpenGLRenderer:S").collect {
logInSentry(it)
}
where logInSentry probably calls Sentry.logger() in some fashion.