File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2727using Microsoft . Azure . WebJobs . Script . Eventing ;
2828using Microsoft . Azure . WebJobs . Script . Extensibility ;
2929using Microsoft . Azure . WebJobs . Script . ExtensionBundle ;
30- using Microsoft . Azure . WebJobs . Script . Extensions ;
3130using Microsoft . Azure . WebJobs . Script . Workers ;
3231using Microsoft . Azure . WebJobs . Script . Workers . Http ;
3332using Microsoft . Azure . WebJobs . Script . Workers . Rpc ;
@@ -294,7 +293,7 @@ public async Task InitializeAsync(CancellationToken cancellationToken = default)
294293 }
295294 }
296295
297- _metricsLogger . LogEvent ( string . Format ( MetricEventNames . HostStartupRuntimeLanguage , runtimeStack ) ) ;
296+ _metricsLogger . LogEvent ( string . Format ( MetricEventNames . HostStartupRuntimeLanguage , Sanitizer . Sanitize ( runtimeStack ) ) ) ;
298297
299298 Utility . LogAutorestGeneratedJsonIfExists ( ScriptOptions . RootScriptPath , _logger ) ;
300299 }
You can’t perform that action at this time.
0 commit comments