Skip to content

Commit 866d729

Browse files
authored
VS-83: Eliminate duplicate telemetry calls (#30)
1 parent 503cb20 commit 866d729

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/MongoDB.Analyzer/MongoDBDiagnosticAnalyzer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ public static void SemanticModelAction(SemanticModelAnalysisContext context)
4646

4747
try
4848
{
49-
telemetryService.AnalysisStarted(context, settings);
5049
logger.Log($"Analysis started, analyzer version: {Assembly.GetExecutingAssembly().GetName().Version}, file: {GetFilePath(context)}");
51-
5250
telemetryService.AnalysisStarted(context, settings);
5351

5452
flushTelemetry |= LinqAnalyzer.AnalyzeIMongoQueryable(mongoAnalyzerContext);

0 commit comments

Comments
 (0)