Hi!
My app is in Ionic1 / Angular1.
I installed Sentry. Added the code as mention here: sentry.io/clients/javascript/integrations/angularjs/. ( under section: Module loaders (CommonJS) ).
After adding the code and upload my app I am getting the error as it’s seen in the image.
It seems like the method apply is missing inside the object…
Could you please tell me what is wrong?
My initialisation:
import Raven = require(‘raven-js’);
import RavenAngular = require(‘raven-js/plugins/angular’);
Raven
.config(‘https://87db7816800d47a49bc2214143484982@sentry.io/166773’)
.addPlugin(require(‘raven-js/plugins/angular’), angular)
.install();
–> we are using webpack.
Thanks,
Moria.