Function
sendMiscLogRequest
(data: LogManager.MiscLogEventData, keysToCamelCase: boolean)
Source from the content-addressed store, hash-verified
| 40 | * Sends an event to console with relevant data as query parameters |
| 41 | */ |
| 42 | export function sendMiscLogRequest(data: LogManager.MiscLogEventData, keysToCamelCase: boolean): void { |
| 43 | console.warn(JSON.stringify({ label: data.label, category: data.category, properties: data.properties })); |
| 44 | } |
Callers
nothing calls this directly
Tested by
no test coverage detected