Skip to content
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

Track More Metrics for Circom with Matomo #5026

Merged
merged 5 commits into from
Jul 22, 2024
Merged

Track More Metrics for Circom with Matomo #5026

merged 5 commits into from
Jul 22, 2024

Conversation

ioedeveloper
Copy link
Member

@ioedeveloper ioedeveloper commented Jul 19, 2024

  • Updated path for circom template scripts in other to uniquely identify scripts that are ran for circom.
  • Updated e2e tests with new path to fix failing test.

Copy link

netlify bot commented Jul 19, 2024

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit a5c9d5f
🔍 Latest deploy log https://app.netlify.com/sites/remixproject/deploys/669e29abe3528000085eb381
😎 Deploy Preview https://deploy-preview-5026--remixproject.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -208,6 +208,7 @@ export const createWorkspace = async (
if (workspaceTemplateName === 'semaphore' || workspaceTemplateName === 'hashchecker' || workspaceTemplateName === 'rln') {
const isCircomActive = await plugin.call('manager', 'isActive', 'circuit-compiler')
if (!isCircomActive) await plugin.call('manager', 'activatePlugin', 'circuit-compiler')
_paq.push(['trackEvent', 'circuit-compiler', 'template', 'create', workspaceTemplateName])
Copy link
Collaborator

@Aniket-Engg Aniket-Engg Jul 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we generally using 5 params with _paq.push ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, i think you can use as many

@Aniket-Engg Aniket-Engg enabled auto-merge (rebase) July 22, 2024 09:47
@Aniket-Engg Aniket-Engg merged commit be312cf into master Jul 22, 2024
32 checks passed
@Aniket-Engg Aniket-Engg deleted the zk-matomo branch July 22, 2024 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants