Documentation
Complete guides and references for MetricPoints
Introduction to MetricPoints
MetricPoints is a comprehensive web monitoring platform that helps you track JavaScript errors, monitor Content Security Policy (CSP) violations, and analyze web performance metrics.
Key Features
- Error Tracking: Monitor JavaScript errors in real-time with detailed stack traces
- CSP Monitoring: Track Content Security Policy violations and optimize your security headers
- Performance Metrics: Monitor Core Web Vitals and other performance indicators
- User Tracking: Understand user behavior and session data
- Real-time Alerts: Get notified immediately when issues occur
- Team Collaboration: Share insights with your development team
Getting Started
To start using MetricPoints, you'll need to:
- Create an account at metricpoints.com
- Choose a subscription plan that fits your needs
- Generate an API key for your project
- For Error Tracking, install our tracking code or WordPress plugin
script src="metric-points-error-tracker.js"
or use our WordPress plugin
- For CSP Monitoring, set-up your CSP Reporting Endpoint
Content-Security-Policy: default-src 'self'; report-uri https://metricpoints.com/api/csp-reports/YOUR_API_KEY
- Start monitoring your website and get insights into your website's performance!