We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29151c0 commit 2ee1c1dCopy full SHA for 2ee1c1d
docs/documentation/docs/index.md
@@ -39,6 +39,8 @@ All controls gather telemetry to verify the usage. Only the name of the control
39
Since version `1.17.0` it is possible to opt-out of the telemetry by adding the following code to your web part:
40
41
```typescript
42
+import PnPTelemetry from "@pnp/telemetry-js";
43
+...
44
const telemetry = PnPTelemetry.getInstance();
45
telemetry.optOut();
46
```
0 commit comments