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
ERROR TypeError: Object(...) is not a function
at FlurryAnalyticsObject.logEvent (index.js:26)
at InsightsPage.webpackJsonp.171.InsightsPage.ionViewWillEnter (insights.ts:60)
at ViewController._lifecycle (view-controller.js:566)
at ViewController._willEnter (view-controller.js:454)
at Tab.NavControllerBase._willEnter (nav-controller-base.js:966)
atnav-controller-base.js:828at t.invoke (polyfills.js:3)
at Object.onInvoke (core.es5.js:4149)
at t.invoke (polyfills.js:3)
at r.run (polyfills.js:3)
This is more likely issue with the version mismatch with your ionic and flurry plugin plus,angular like some methods are written in this flurry are not compatible with current version of angular
what you can do playaround with the lower version of your flurry plugin , It should work
Like @ionic-native/flurry-analytics": "^5.2.0", to @ionic-native/flurry-analytics": "4.....something",
Hi, I am getting this error when I tried to log an event using this plugin.
The code I used in my
insights.ts(one of my component)
inionViewWillEnter()
:Error I get when I run the app:
My package json:
ionic -v
4.3.0
Android
7.1.4
Please help me with this.
Thanks :)
The text was updated successfully, but these errors were encountered: