Type alias BrowserTelemetryOptions

BrowserTelemetryOptions: {
    application?: ApplicationTelemetry;
    client?: IPerformanceClient;
}

Telemetry Options

Type declaration

  • Optional application?: ApplicationTelemetry

    Telemetry information sent on request

    • appName: Unique string name of an application
    • appVersion: Version of the application using MSAL
  • Optional client?: IPerformanceClient

Generated using TypeDoc