Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

I enabled Crash Analytics but don’t see any crashes

Дата публикации: 29-07-2026 02:01:00

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.


Основное содержимое страницы с новостью.

Table of contents
    1. Generate a test crash
    2. Verify the tracking setup

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 crash

To 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>
  1. Open your browser’s Developer Tools.
  2. Verify the JavaScript error appears in the Console tab.
  3. In the Network tab, check that a normal tracking request is sent to matomo.php.
  4. Confirm a second request is sent to matomo.php after the error occurs, containing the parameters ca=1 and cra=.
    crash analytics tracking request parameters

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 setup
  1. Crash Analytics must be enabled in your Matomo instance:
    • Matomo Cloud: In the Crash Analytics settings, check that the option Disable Crash Analytics is not selected.
    • Matomo On-Premise: Confirm the Crash Analytics premium feature is installed and activated.
  2. Ensure your website includes either the Matomo JavaScript tracking code or a Matomo Tag Manager container. If the tracking code is missing or not loading correctly, crashes cannot be reported.
  3. Review your Crash Analytics configuration to ensure the website is sending data to the correct Matomo site ID.
  4. If your website requires analytics consent before tracking, Crash Analytics will not report crashes until consent has been granted.
  5. Open Crashes > Manage Crashes to confirm the crash has not been marked as Ignored. Learn how to ignore and unignore crashes.
  6. Review privacy extensions, ad blockers, and browser tracking protection as they can prevent Crash Analytics requests from being sent. Try testing in a private browsing window with extensions disabled or in another browser.

If the Crash Analytics request is sent successfully, use the Crash Analytics reports to investigate and monitor JavaScript errors across your websites and applications.

Navigate to

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Manually report errors in Crash Analytics09.1916-07-2026
2How to merge and unmerge crashes08.4929-07-2026
3Sample configuration files for high-traffic Matomo deployments011.5413-07-2026
4Manually report errors with Matomo Tag Manager08.8816-07-2026
5Understanding row limits and ‘Others’ rows in Matomo reports08.3317-07-2026
6Track visitors from TikTok in Matomo09.1929-07-2026
7AI Chatbots Real-time report013.513-07-2026
8Track Meta Pixel Events in Matomo Tag Manager08.5922-07-2026
9Configure the Facebook (Meta) Pixel tag in Matomo Tag Manager07.5222-07-2026
10Monitor your .NET MAUI apps with Datadog RUM06.408-07-2026

Классификация: . Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 9.72. Источник: piwik.org.