✨ Feature
Germain UX RUM Extension monitors Crashes of end user’s browser and creates an event when:
|
Crash Type |
Details |
|---|---|
|
Full Crash |
Full Crash |
|
Tab Crash |
Tab Crash (“Aw, Snap!” (Chrome) / “This tab has crashed” (Firefox/Edge, etc) |
|
GPU Crash |
GPU Crash |
|
Extension Crash |
Extension Crash |
|
Forced Reload |
Forced Reload (Mobile / Memory) |
Example:
🖼️ Example
⚙️ Configuration
✅ Crash Monitoring Flag
Left Menu > Settings > Germain State > Browser Extensions > pick your application > Crash Monitoring
🚥 Threshold
The following code sample how to create battery level events when the Browser crashes at least once.
JavaScript
const settings = germainApm.getDefaultSettings();
...
settings.plugins.browsercrash.levelThreshold = 1;
...
germainApm.start(settings);
Component: RUM Extension
Feature Availability: 2022.3 or later
Browser Support: only latest Chrome, Edge and Opera