Commit c3cc20b6 authored by Alina Mihaila's avatar Alina Mihaila

Apply 1 suggestion(s) to 1 file(s)

parent aad57dc0
...@@ -316,7 +316,7 @@ Implemented using Redis methods [PFADD](https://redis.io/commands/pfadd) and [PF ...@@ -316,7 +316,7 @@ Implemented using Redis methods [PFADD](https://redis.io/commands/pfadd) and [PF
Increment unique users count using Redis HLL, for given event name. Increment unique users count using Redis HLL, for given event name.
Tracking events using `UsageData` API is under `usage_data_api` feature flag by default disabled. Tracking events using the `UsageData` API requires the `usage_data_api` feature flag to be enabled, which is disabled by default.
API requests are protected by checking of a valid CSRF token. API requests are protected by checking of a valid CSRF token.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment