Merged in fix/remove-telemetry-console-log (pull request #3009)
chore: remove telemetry console.log() * chore: remove telemetry console.log() Approved-by: Linus Flood
This commit is contained in:
committed by
Linus Flood
parent
45d1537bc1
commit
6543ca5dc3
@@ -105,7 +105,6 @@ export function createCounter(meterName: string, counterName: string) {
|
||||
* @param attrs - Additional attributes specific to this 'success' event. Defaults to an empty object.
|
||||
*/
|
||||
success(attrs: object = {}) {
|
||||
console.log("telemetry attrs:", attrs, baseAttrs)
|
||||
const mergedAttrs = deepmerge.all<object>([baseAttrs, attrs])
|
||||
const finalAttrs = sanitize(mergedAttrs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user