Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
fix(const): add lambda main consts to strong id array (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
idonava authored Oct 19, 2020
1 parent a0c6c2d commit aabd54c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ module.exports.STRONG_ID_KEYS = [
'logging_tracing_enabled',
'CLOUDWATCH_LOG_GROUP_NAME',
'CLOUDWATCH_LOG_STREAM_NAME',
'log_stream_name',
'log_group_name',
'function_version',
'memory',
'aws_account',
'cold_start',
'region',
'status_code',
];

module.exports.traceUrl = (id, requestTime) => `https://app.epsagon.com/trace/${id}?timestamp=${requestTime}`;
Expand Down

0 comments on commit aabd54c

Please sign in to comment.