Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 6541a16

Browse files
committed
Changing the FirstNoticeSentinel used by the internal-reportinstallsuccess command.
1 parent 015af46 commit 6541a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet/commands/dotnet-internal-reportinstallsuccess/InternalReportinstallsuccessCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ internal ThreadBlockingTelemetry()
4343
{
4444
var sessionId =
4545
Environment.GetEnvironmentVariable(TelemetrySessionIdEnvironmentVariableName);
46-
telemetry = new Telemetry(new FirstTimeUseNoticeSentinel(new CliFallbackFolderPathCalculator()), sessionId);
46+
telemetry = new Telemetry(new NoOpFirstTimeUseNoticeSentinel(), sessionId);
4747
}
4848
public bool Enabled => telemetry.Enabled;
4949

0 commit comments

Comments
 (0)