mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Integrate amplitude
And merge the sentry and amplitude usage under one “Enable analytics” flag
This commit is contained in:
parent
b119bb4ab0
commit
def1596eaf
7 changed files with 221 additions and 89 deletions
|
@ -6,6 +6,9 @@ mod index_controller;
|
|||
pub mod option;
|
||||
pub mod routes;
|
||||
|
||||
#[cfg(feature = "analytics")]
|
||||
pub mod analytics;
|
||||
|
||||
pub use self::data::Data;
|
||||
pub use option::Opt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue