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.
2 parents 0436c79 + 59d1830 commit fe7e327Copy full SHA for fe7e327
logger.go
@@ -10,19 +10,23 @@ import (
10
)
11
12
const (
13
- ScopeField = "scope"
14
ProjectField = "project"
15
ShopField = "shop"
16
CheckoutField = "checkout"
17
OrderField = "order"
18
TransactionField = "transaction"
19
CheckoutDeviceField = "checkoutDevice"
20
- DurationField = "duration"
21
- FlakyField = "flaky"
22
- TypeField = "type"
23
- ResponseField = "response"
24
- PayloadField = "payload"
25
+ DurationField = "duration"
+ FlakyField = "flaky"
+ ResponseField = "response"
+ PayloadField = "payload"
+ CountField = "count"
+
26
+ ScopeField = "scope"
27
+ TopicField = "topic"
28
29
+ TypeField = "type"
30
TypeDeprecation = "deprecation"
31
TypeCall = "call"
32
TypeAccess = "access"
0 commit comments