Have a question that has not been answered before? Feel free to flick us an email at hello@piwik.org and we shall pop the answer up here for all to see. Thanks!
The post I enabled Crash Analytics but don’t see any crashes appeared first on Analytics Platform - Matomo.
If no crashes appear in Matomo after enabling Crash Analytics, the issue is usually related to your configuration, tracking implementation, or the timing of when the JavaScript error occurs.
Crash Analytics automatically captures JavaScript errors only after the Matomo JavaScript tracker has loaded. If your application needs to report errors that occur earlier, you can report them using the JavaScript tracker. See how to manually report errors in Crash Analytics.
Generate a test crashTo verify Crash Analytics is working, create a simple JavaScript error that occurs after the Matomo JavaScript tracker has loaded. For example:
<script>
setTimeout(function () {
throw new Error('Crash Analytics test error');
}, 2000);
</script>
matomo.php.matomo.php after the error occurs, containing the parameters ca=1 and cra=.
If the Crash Analytics request is not sent, work through the following steps. After completing each step, trigger another test crash and check whether it appears in Crashes > Real-time. The crash will also appear in the Visitors > Visits Log; however, you can hide the crash context so its not visible to other Matomo users.
Verify the tracking setupIf the Crash Analytics request is sent successfully, use the Crash Analytics reports to investigate and monitor JavaScript errors across your websites and applications.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Manually report errors in Crash Analytics | 0 | 9.19 | 16-07-2026 |
| 2 | How to merge and unmerge crashes | 0 | 8.49 | 29-07-2026 |
| 3 | Sample configuration files for high-traffic Matomo deployments | 0 | 11.54 | 13-07-2026 |
| 4 | Manually report errors with Matomo Tag Manager | 0 | 8.88 | 16-07-2026 |
| 5 | Understanding row limits and ‘Others’ rows in Matomo reports | 0 | 8.33 | 17-07-2026 |
| 6 | Track visitors from TikTok in Matomo | 0 | 9.19 | 29-07-2026 |
| 7 | AI Chatbots Real-time report | 0 | 13.5 | 13-07-2026 |
| 8 | Track Meta Pixel Events in Matomo Tag Manager | 0 | 8.59 | 22-07-2026 |
| 9 | Configure the Facebook (Meta) Pixel tag in Matomo Tag Manager | 0 | 7.52 | 22-07-2026 |
| 10 | Monitor your .NET MAUI apps with Datadog RUM | 0 | 6.4 | 08-07-2026 |