mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Disable Mixpanel debugging
This commit is contained in:
@@ -44,7 +44,6 @@ defmodule Web.AnalyticsComponents do
|
||||
</script>
|
||||
<script :if={not is_nil(@token)} type="text/javascript">
|
||||
mixpanel.init("<%= @token %>", {track_pageview: "url-with-path-and-query-string"});
|
||||
mixpanel.set_config({debug: true});
|
||||
</script>
|
||||
"""
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user