Skip to content

Commit f68d1a3

Browse files
authored
Merge pull request #230 from microsoft/lramos15/xeric-raven
Surface initialization options
2 parents 349ac7b + 7a98094 commit f68d1a3

File tree

6 files changed

+465
-256
lines changed

6 files changed

+465
-256
lines changed

dist/telemetryReporter.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ export class TelemetryReporter {
3030
/**
3131
* @param connectionString The app insights connection string
3232
* @param replacementOptions A list of replacement options for the app insights client. This allows the sender to filter out any sensitive or unnecessary information from the telemetry server.
33+
* @param initializationOptions Options for configuring the telemetry reporter, including additional common properties to be sent with each event.
3334
*/
34-
constructor(connectionString: string, replacementOptions?: ReplacementOption[]);
35+
constructor(connectionString: string, replacementOptions?: ReplacementOption[], initializationOptions?: import("vscode").TelemetryLoggerOptions);
3536

3637
/**
3738
* A string representation of the current level of telemetry being collected

0 commit comments

Comments
 (0)