calculator/src
Matt Cooley a2739b8de2
Don't send AppLifecycle telemetry unless SEND_TELEMETRY is defined (#10)
The app currently logs diagnostic events to ETW in various places. If we add certain flags to those events, the data is eligible to be sent as telemetry. (Whether it actually gets sent is controlled outside of Calculator--for example, there are lots of checks at the system level to ensure privacy settings are honored.)

Currently we set the "eligible for telemetry" flags only in official builds, so no telemetry gets uploaded while the app is in development. We already have this set up for the main TraceLogging provider, but we also need to do this for the AppLifecycle performance logging.
2019-02-04 12:06:02 -08:00
..
build Hello GitHub 2019-01-28 16:24:37 -08:00
CalcManager Remove calcmanager ref (#9) 2019-02-04 11:53:02 -08:00
Calculator Don't send AppLifecycle telemetry unless SEND_TELEMETRY is defined (#10) 2019-02-04 12:06:02 -08:00
CalculatorUnitTests Clean up project structure in Visual Studio (#8) 2019-02-04 11:52:28 -08:00
CalcViewModel Clean up project structure in Visual Studio (#8) 2019-02-04 11:52:28 -08:00
Calculator.sln Clean up unit test projects (#4) 2019-01-29 19:37:37 -08:00
nuget.config Hello GitHub 2019-01-28 16:24:37 -08:00
Settings.XamlStyler Hello GitHub 2019-01-28 16:24:37 -08:00