Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Can I use Acra to log angular errors through http request #4

Open
stoto34 opened this issue Mar 28, 2018 · 1 comment
Open

Can I use Acra to log angular errors through http request #4

stoto34 opened this issue Mar 28, 2018 · 1 comment

Comments

@stoto34
Copy link

stoto34 commented Mar 28, 2018

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

@stoto34
Copy link
Author

stoto34 commented Mar 28, 2018

Finally, I found an answer.

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant