Quick Start
Get up and running in under 10 minutes.
1. Register on the Platform
Go to the Platform URL and create your account. The Platform admin may have pre-created an account for you — check your email for an invitation.
2. Add Your First Site
Dashboard → Sites → Add Site
Enter your WordPress site domain. The Platform creates a unique API key for this site.
3. Install and Configure the Plugin
Install the WordPress plugin from the WordPress.org plugin directory or by manual upload.
After activation, go to StorePilot → Settings and enter:
- Platform URL — the NestJS server URL
- API Key — copied from the Platform dashboard
Click Save Changes.
4. Enable the Features You Need
| Feature | Where to enable |
|---|---|
| Error Tracking | Plugin Settings → Enable Error Tracking |
| Session Recordings | Plugin Settings → Enable Recordings |
| Lead Capture | Plugin Settings → Enable Leads (requires WooCommerce) |
| Pageview Tracking | Plugin Settings → Enable Pageviews |
5. Verify First Events
Open your WordPress site in a browser, navigate a few pages. Within 30 seconds, check:
Dashboard → Sites → [Your Site]
You should see:
- Pageviews counter incremented
- Visitors counter incremented
To test error tracking, open browser DevTools and run:
throw new Error("WPEL test error");
The error should appear in Dashboard → Errors within seconds.
What Happens Next?
- Errors are captured automatically — no code changes to your WordPress theme needed
- Recordings start immediately if enabled (subject to sample rate)
- Leads are captured when a visitor fills in WooCommerce checkout fields
- Notifications fire on the first occurrence of each unique error and on each new lead
Explore the Documentation
- Error Tracking — how fingerprinting and status management work
- Session Recordings — understanding the session player and integrity flags
- Lead Capture — WooCommerce data enrichment
- Integration Architecture — data flow diagram