Integrate amplitude

And merge the sentry and amplitude usage under one “Enable analytics”
flag
This commit is contained in:
Tamo 2021-06-15 15:36:30 +02:00
parent b119bb4ab0
commit def1596eaf
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
7 changed files with 221 additions and 89 deletions

View file

@ -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;