@gus-eip/loggers 3.4.7 → 3.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.js
CHANGED
@@ -19,7 +19,7 @@ let LoggerModule = LoggerModule_1 = class LoggerModule {
|
|
19
19
|
};
|
20
20
|
const cloudwatchProviders = {
|
21
21
|
provide: params.options,
|
22
|
-
useFactory: () => new cloudwatch_logger_1.CloudWatchLoggerService(params.region, params.logGroupName, params.
|
22
|
+
useFactory: () => new cloudwatch_logger_1.CloudWatchLoggerService(params.region, params.logGroupName, params.teamWebhookUrl, params.isAlertNeeded),
|
23
23
|
};
|
24
24
|
return {
|
25
25
|
module: LoggerModule_1,
|
package/package.json
CHANGED