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 27
27
using Microsoft . Azure . WebJobs . Script . Eventing ;
28
28
using Microsoft . Azure . WebJobs . Script . Extensibility ;
29
29
using Microsoft . Azure . WebJobs . Script . ExtensionBundle ;
30
- using Microsoft . Azure . WebJobs . Script . Extensions ;
31
30
using Microsoft . Azure . WebJobs . Script . Workers ;
32
31
using Microsoft . Azure . WebJobs . Script . Workers . Http ;
33
32
using Microsoft . Azure . WebJobs . Script . Workers . Rpc ;
@@ -294,7 +293,7 @@ public async Task InitializeAsync(CancellationToken cancellationToken = default)
294
293
}
295
294
}
296
295
297
- _metricsLogger . LogEvent ( string . Format ( MetricEventNames . HostStartupRuntimeLanguage , runtimeStack ) ) ;
296
+ _metricsLogger . LogEvent ( string . Format ( MetricEventNames . HostStartupRuntimeLanguage , Sanitizer . Sanitize ( runtimeStack ) ) ) ;
298
297
299
298
Utility . LogAutorestGeneratedJsonIfExists ( ScriptOptions . RootScriptPath , _logger ) ;
300
299
}
You can’t perform that action at this time.
0 commit comments