mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
disable amplitude on debug build
This commit is contained in:
parent
c0d169e79e
commit
4e2568fd6e
4 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@ mod index_controller;
|
|||
pub mod option;
|
||||
pub mod routes;
|
||||
|
||||
#[cfg(feature = "analytics")]
|
||||
#[cfg(all(not(debug_assertions), feature = "analytics"))]
|
||||
pub mod analytics;
|
||||
|
||||
pub use self::data::Data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue