Outlook_Addin_LLM/node_modules/office-addin-usage-data
2024-11-29 21:36:41 +01:00
..
.vscode First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
lib First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
node_modules/commander First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
src First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
test First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
.eslintrc.json First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
.gitattributes First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
cli.js First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
LICENSE First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
package.json First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
README.md First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
tsconfig.json First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00

Office-Addin-Usage-Data

This package allows for reporting usage data events and exception data to the selected telemetry infrastructure (e.g. ApplicationInsights).

Privacy

The Office-Addin-Usage-Data package collects anonymized usage data and sends it to Microsoft. For more details on how we use this data and under what circumstances it may be shared, please see the Microsoft privacy statement.

The package collects:

  • Usage data about operations performed.
  • Exception call stacks to help diagnose issues.

Command-Line Interface

List

Display the current usage data settings.

Syntax:

list

Off

Sets the usage data level to Off(sending no usage data data).

Syntax:

off

On

Sets the usage data level to On(sending usage and exception data).

Syntax:

on