insights: #22079 fixing incorrect settings deserialization for code insights telemetry
Created by: coury-clark
Closes #22079 (closed)
Settings that are loaded for code insights telemetry are deserialized incorrectly causing code insights pings to fail. This PR fixes the deserialization to occur on the correct JSON object by filtering on the JSON keys, as well as absorb errors that occur during this telemetry so that valid telemetry can still serialize.