зеркало из https://github.com/mozilla/glean.git
Fix the broken deletion_request link
This commit is contained in:
Родитель
9d55137424
Коммит
96743550d6
|
@ -45,7 +45,7 @@ The following steps are required for applications using the Glean SDK, but not l
|
|||
> `Glean.initialize` must **always** be called with real values.
|
||||
> Always pass the user preference, e.g. `Glean.initialize(upload=userSettings.telemetry_enabled)` or the equivalent for your application.
|
||||
> Never call `Glean.initialize(upload=true)` if `true` is a placeholder value that later gets reset by `Glean.setUploadEnabled(false)`.
|
||||
> Depending on the provided placeholder value, this might trigger the generation of new client ids or the submission of bogus [`deletion-request` pings](../user/pings/deletion_request.md).
|
||||
> Depending on the provided placeholder value, this might trigger the generation of new client ids or the submission of bogus [`deletion-request` pings](../../user/pings/deletion_request.md).
|
||||
|
||||
{{#include ../../../shared/tab_header.md}}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче