You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @property {string} appID the app ID to send telemetry data to
* @property {string} clientUser the clientUser ID to send telemetry data to
* @property {string} [target] the target URL to send telemetry data to
* @property {string} [sessionID] An optional session ID to include in each signal
* @property {string} [salt] A salt to use when hashing the clientUser ID
* @property {boolean} [testMode] If "true", signals will be marked as test signals and only show up in Test Mode in the Dashbaord
* @property {Store} [store] A store to use for queueing signals
* @property {Function} [subtleCrypto] Used for providing an alternative implementation of SubtleCrypto where no browser is available. Expects a class providing a `.digest(method, value)` method.