Skip to content

Commit 573482a

Browse files
authored
add response and payload fields (#186)
1 parent c730d72 commit 573482a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

logger.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ const (
2020
DurationField = "duration"
2121
FlakyField = "flaky"
2222
TypeField = "type"
23+
ResponseField = "response"
24+
PayloadField = "payload"
2325

2426
TypeDeprecation = "deprecation"
2527
TypeCall = "call"

0 commit comments

Comments
 (0)