mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-19 23:31:21 +02:00
Analytics ID
This commit is contained in:
@@ -181,7 +181,7 @@ pub async fn track_event(
|
|||||||
|
|
||||||
// Disable analytics actual sending in dev
|
// Disable analytics actual sending in dev
|
||||||
if is_dev() {
|
if is_dev() {
|
||||||
debug!("track: {} {}", event, attributes_json);
|
debug!("track: {} {} {:?}", event, attributes_json, params);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user