diff --git a/Modules/LambdaSharp.Core/LoggingStreamAnalyzerFunction/Function.cs b/Modules/LambdaSharp.Core/LoggingStreamAnalyzerFunction/Function.cs index 740b8274..c0e66cae 100644 --- a/Modules/LambdaSharp.Core/LoggingStreamAnalyzerFunction/Function.cs +++ b/Modules/LambdaSharp.Core/LoggingStreamAnalyzerFunction/Function.cs @@ -137,7 +137,7 @@ public override async Task InitializeAsync(LambdaConfig config) { _registrations = new RegistrationTable(dynamoClient, tableName); _cachedRegistrations = new Dictionary(); _rollbarClient = new RollbarClient( - httpClient: null, + httpClient: HttpClient, accountReadAccessToken: null, accountWriteAccessToken: null, message => LogInfo(message)