Specific instructions for Ionic 2 mobile hybrid app (cordova/phonegap, angular 2)

Are there any specific instructions?

My app is not sending any errors/issues to sentry when i do ionic serve or testing on the android emulator.

I’ve followed these instructions:

I’m getting this error when debugging with Chrome dev tools the android app on the emulator:

POST https://sentry.io/api/135745/store/?sentry_version=7&sentry_client=raven-js%2F3.10.0&sentry_key=… 403 (FORBIDDEN)
{“error”:“Event dropped due to filter”}

This error is from your inbound data filters. It’s causing the event to get dropped.

But my guess is that maybe our defaults are being too aggressive for this environment possibly? Do you mind sharing the User-Agent that’s being sent?

Hi @matt,

When running ionic serve it runs in the browser so it’s like this for Chrome 55 on Mac:
User-Agent: Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Mobile Safari/537.36

Now I tried the same code again and I’m getting this error:
0 - {"isTrusted":true} console.js:26

EDIT: Sorry this had nothing to do with sentry. my bad