🔔 Alerts & Webhooks
Get notified when important events occur on your website.
📧 Notification Channels
Configure where to receive alerts in your project settings:
Receive alerts at your email address.
alerts@yourcompany.comSlack Webhook
Send alerts to a Slack channel.
https://hooks.slack.com/services/T00.../B00.../xxx⚡ Alert Rules
Choose which events trigger alerts:
New Error Type
alert_on_new_errorGet notified when an error type you've never seen before occurs. Great for catching new bugs immediately.
Error Spike
alert_on_error_spikeGet notified when error rate exceeds your threshold. Helps detect outages or breaking changes.
Performance Degradation
alert_on_performance_degradationGet notified when page load times increase significantly.
📈 Thresholds
Configure when alerts are triggered:
Error Threshold
Trigger alert when errors per hour exceed this number.
Default: 10 errors/hour
Performance Threshold
Trigger alert when page load exceeds this duration.
Default: 3000ms
🔗 Slack Integration
To set up Slack alerts:
- 1Go to api.slack.com/apps and create a new app
- 2Enable Incoming Webhooks
- 3Add a new webhook and select the channel
- 4Copy the webhook URL to your Sypnia project settings
Example alert message in Slack:
🔴 New Error Detected
TypeError: Cannot read property 'map' of undefined
Project: My Website | Page: /dashboard