Skip to content

Conversation

Aniket-Engg
Copy link
Collaborator

@Aniket-Engg Aniket-Engg commented Jul 10, 2025

Added more matomo tracking to track progress and errors for Solidity Scan

Also fixes 3rd point of #4937

Copy link

netlify bot commented Jul 10, 2025

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 8646bd4
🔍 Latest deploy log https://app.netlify.com/projects/remixproject/deploys/686fb3709b24a700084346df
😎 Deploy Preview https://deploy-preview-6150--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 project configuration.

@Aniket-Engg Aniket-Engg requested a review from yann300 July 10, 2025 12:06
@Aniket-Engg Aniket-Engg added the ready-to-review PR ready to review label Jul 10, 2025
} else if (data.type === "scan_status" && data.payload.scan_status === "download_failed") {
// Message on failed scan
_paq.push(['trackEvent', 'solidityCompiler', 'solidityScan', 'scanFailed'])
_paq.push(['trackEvent', 'solidityCompiler', 'solidityScan', `scanFailedWith:${data.payload.scan_status_err_message}`])
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe you can check if neither payload or scan_status are null.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ok, I can do that in if condition

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@Aniket-Engg Aniket-Engg merged commit cf296a9 into master Jul 10, 2025
32 checks passed
@Aniket-Engg Aniket-Engg deleted the ssMatomo branch July 10, 2025 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-review PR ready to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants