We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c730d72 commit 573482aCopy full SHA for 573482a
logger.go
@@ -20,6 +20,8 @@ const (
20
DurationField = "duration"
21
FlakyField = "flaky"
22
TypeField = "type"
23
+ ResponseField = "response"
24
+ PayloadField = "payload"
25
26
TypeDeprecation = "deprecation"
27
TypeCall = "call"
0 commit comments