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
I am having a problem whereby appInsight is initialized twice in my react native app and it causes the app to crash
Can we have a check to determine if appInsight is already initialized. And or also, can we have a function that can manually destroy the instance created
The text was updated successfully, but these errors were encountered:
you can call ai.core.isInitialized() or ai.appInsights.isInitialized() to get initialization status. And you can call ai.unload() to tear down any initialized instances.
I am having a problem whereby appInsight is initialized twice in my react native app and it causes the app to crash
Can we have a check to determine if appInsight is already initialized. And or also, can we have a function that can manually destroy the instance created
The text was updated successfully, but these errors were encountered: