You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: there are many instances in the toolkit where we emit metrics with missing fields. If those can be removed, we can configure this to throw in CI.
348
348
if(metadata.missingFields){
349
-
logWarningOnce(`"${metricName}" emitted with missing fields: ${metadata.missingFields}`)
349
+
constlogMsg=`${msgPrefix} "${metricName}" emitted with missing fields: ${metadata.missingFields}`
0 commit comments