The Insights section tab breaks down key characteristics of the issue to direct your focus during the debugging process. For example, if the Insights section indicates that an issue is occurring at Checkout Only, you know where to start hunting for errors in your code. This section can also help prioritize errors. If you see that an issue is Dormant, it may not be worth significant attention in the short term.
[developer-insights]
The Insights section will display as many details as it detects, and may include:
- First Party: /FirstPartyDef
- Third Party: /ThirdPartyDef
- Dormant: /DormantDef
- Has Stacktrace: /HasStacktraceDef
- Users Clicked: /UsersClickedDef
- No Conversion: /NoConversionDef
- Cart Only: /CartOnlyDef
- Checkout Only: /CheckoutOnlyDef
- Minified JS Error: /MinifiedJSDef
- Has Correlations: /HasCorrelationDef
- Safari: /SafariDef
- Chrome: /ChromeDef
- Firefox: /FirefoxDef
- Edge: /EdgeDef
- WebView: /WebViewDef
- Android: /AndroidDef
- iOS: /iOSDef
- MacOS: /MacOSDef
- Windows: /WindowsDef
Learn more about the other sections on the Developer tab: Stacktrace, Browser & OS Impact, Last Reproduction Steps, and Top URLs.