mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Add simple analytics
This commit is contained in:
parent
b25647879f
commit
49d1e7014b
1 changed files with 3 additions and 0 deletions
|
|
@ -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'>
|
||||
|
|
|
|||
Loading…
Reference in a new issue