You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
My android team using Acra to log crashes and it works very well. So I would like to know if it's possible to use Acra to log angular errors through a http request ?
Actually I've tested with boomerang tool. The request sent me a 200 but I can't see any log.
Thank you very much
The text was updated successfully, but these errors were encountered:
Yes it's possible and I found what json to send. Here the fields you have to send :
{
"ANDROID_VERSION": "XXX",
"BRAND": "Angular",
"DUMPSYS_MEMINFO": "DUMPSYS_MEMINFO",
"LOGCAT": "LOG CAT",
"PACKAGE_NAME": "PACKAGE NAME",
"REPORT_ID": "ff6cac50-a668-4cba-757b-ec28b0677df15",
"STACK_TRACE": "STACK TRACE",
"USER_CRASH_DATE": "2018-03-30T22:10:24.164-11:00",
"USER_EMAIL": ""
}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
It's not an issue, just a question.
My android team using Acra to log crashes and it works very well. So I would like to know if it's possible to use Acra to log angular errors through a http request ?
Actually I've tested with boomerang tool. The request sent me a 200 but I can't see any log.
Thank you very much
The text was updated successfully, but these errors were encountered: