mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-30 09:04:59 +08:00
add a comment over the new infos structure
This commit is contained in:
parent
9327db3e91
commit
9473cccc27
@ -184,6 +184,11 @@ impl super::Analytics for SegmentAnalytics {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// This structure represent the `infos` field we send in the analytics.
|
||||||
|
/// It's quite close to the `Opt` structure except all sensitive informations
|
||||||
|
/// have been simplified to a boolean.
|
||||||
|
/// It's send as-is in amplitude thus you should never update a name of the
|
||||||
|
/// struct without the approval of the PM.
|
||||||
#[derive(Debug, Clone, Serialize)]
|
#[derive(Debug, Clone, Serialize)]
|
||||||
struct Infos {
|
struct Infos {
|
||||||
env: String,
|
env: String,
|
||||||
|
Loading…
Reference in New Issue
Block a user