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
Track offline page views by saving them in IndexedDB and reporting them as a custom "offline page views" metric.
You can implement a polymorphic app.trackPageView() method which calls Azure AppInsights when online, and saves data to IndexedDB when offline. When calling Azure AppInsights, it should send both the current page view, and any offline page views (and then clear the counter).
The text was updated successfully, but these errors were encountered:
Track offline page views by saving them in IndexedDB and reporting them as a custom "offline page views" metric.
You can implement a polymorphic
app.trackPageView()
method which calls Azure AppInsights when online, and saves data to IndexedDB when offline. When calling Azure AppInsights, it should send both the current page view, and any offline page views (and then clear the counter).The text was updated successfully, but these errors were encountered: