You can verify the authenticity of the downloaded APM Insight Next.js agent with SHA256 checksum validation. This ensures that the agent you downloaded is safe to use and has not been tampered with by malicious code or software.
To verify the authenticity of the agent, follow the steps given below:
7533d9bc41b29d0e68ec529cd6db63cc2cabe28a5db2d5968c721b1610bb0359
sha256sum apm_insight_agent_nextjs.zip
certutil -hashfile apm_insight_agent_nextjs.zip SHA256
Get-FileHash apm_insight_agent_nextjs.zip -Algorithm SHA256
Sample output:

Note: If the checksum values differ, do not unzip or open the file.
It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.
Reviewer Role: Research and Development