Telemetry.cs short-circuits because InstrumentationKey = "" (per the rebrand note: original NUKE key was matkoch-owned, we don't reuse). The Microsoft.ApplicationInsights PackageVersion is dead weight until we stand up a Fallout-owned endpoint.
Drop the package + the unused fields/methods in Telemetry.cs that reference TelemetryClient. When a Fallout telemetry backend lands, re-introduce.
Refs the dependency audit. Done when:
Telemetry.csshort-circuits becauseInstrumentationKey = ""(per the rebrand note: original NUKE key was matkoch-owned, we don't reuse). TheMicrosoft.ApplicationInsightsPackageVersion is dead weight until we stand up a Fallout-owned endpoint.Drop the package + the unused fields/methods in
Telemetry.csthat referenceTelemetryClient. When a Fallout telemetry backend lands, re-introduce.Refs the dependency audit. Done when:
TelemetryClient s_clientand call sites either removed or stubbed