Skip to content

Commit

Permalink
Fixing type bug introduced in merging with latest main
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolum committed Apr 13, 2021
1 parent 032f3fd commit e742053
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Composer/packages/types/src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ export type RuntimeSettings = {
};
storage?: string;
telemetry?: {
options?: {
connectionString?: string;
instrumentationKey?: string;
};
instrumentationKey?: string;
logActivities?: boolean;
logPersonalInformation?: boolean;
Expand Down

0 comments on commit e742053

Please sign in to comment.