Add simple analytics

This commit is contained in:
Eugene Burmakin 2025-07-14 21:26:19 +02:00
parent b25647879f
commit 49d1e7014b

View file

@ -17,6 +17,9 @@
<%= render 'application/favicon' %>
<%= Sentry.get_trace_propagation_meta.html_safe if Sentry.initialized? %>
<% if !DawarichSettings.self_hosted? %>
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<% end %>
</head>
<body class='min-h-screen'>