Skip to content

Commit

Permalink
Added production AI instrumentation key.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Feb 6, 2019
1 parent e067cbf commit f9c17c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/main/src/telemetry/telemetryService.ts
Expand Up @@ -36,7 +36,7 @@ import { SettingsImpl } from '@bfemulator/app-shared';

import { getSettings } from '../settingsData/store';

const INSTRUMENTATION_KEY = '631faf57-1d84-40b4-9a71-fce28a3934a8';
const INSTRUMENTATION_KEY = 'cc91f74a-1abd-4be0-8a96-fddedbc08dd7';

export class TelemetryService {
private static _client: AppInsights.TelemetryClient;
Expand Down

0 comments on commit f9c17c8

Please sign in to comment.