@gus-eip/loggers 3.4.1 → 3.4.3
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.
@@ -169,7 +169,7 @@ let CloudWatchLoggerService = class CloudWatchLoggerService {
|
|
169
169
|
sourceObjectId,
|
170
170
|
destinationResponse
|
171
171
|
};
|
172
|
-
await this.logToCloudWatch('error', logObject, logStreamName);
|
172
|
+
await this.logToCloudWatch('error', logObject, encodeURIComponent(logStreamName));
|
173
173
|
if (this.isAlertNeeded) {
|
174
174
|
await this.sendAlerttoTeams(errorMessage, component, logObject, logStreamName);
|
175
175
|
}
|
package/package.json
CHANGED