-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(): ensure cold start check is only done in start method; add tes…
…ts; cleanup tests; add isColdStart to Metadata type; allow 0 and false to be retained in filterMetadata()
- Loading branch information
1 parent
b6f69be
commit df9c532
Showing
7 changed files
with
141 additions
and
123 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"version": 1, | ||
"owner": "MyCompany", | ||
"hostPlatform": "aws", | ||
"domain": "CustomerAcquisition", | ||
"system": "ShowroomActivities", | ||
"service": "UserSignUp", | ||
"team": "MyDemoTeam", | ||
"tags": [""], | ||
"dataSensitivity": "public", | ||
"message": "Hello World", | ||
"error": false, | ||
"httpStatusCode": 200, | ||
"isColdStart": true, | ||
"level": "INFO", | ||
"id": "1256767f-c875-4d82-813d-bc260bd0ba07", | ||
"timestamp": "2022-07-25T08:52:21.121Z", | ||
"timestampEpoch": "1656438566041", | ||
"jurisdiction": "EU" | ||
} |
Oops, something went wrong.