-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
metrics update #3141
metrics update #3141
Conversation
|
|
track('pullTokens failure', { provider: context.provider }); | ||
} | ||
} catch (e) { | ||
console.error(e); |
Check warning
Code scanning / ESLint
disallow the use of `console` Warning
track('pushTokens failure', { provider: context.provider, isFolder }); | ||
} | ||
} catch (e) { | ||
console.error(e); |
Check warning
Code scanning / ESLint
disallow the use of `console` Warning
Commit SHA:a8f8c632bd2c034bcd51312edba166a566097907 Test coverage results 🧪
|
Commit SHA:a8f8c632bd2c034bcd51312edba166a566097907 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Haven't tested the full flow of a prod build and verifying that everything is going to Mixpanel, but trust that it works since there's no change to the Mixpanel track function or config.
Adds a few new metrics to track for mixpanel