S
Configuration/Alerts & Webhooks

🔔 Alerts & Webhooks

Get notified when important events occur on your website.

📧 Notification Channels

Configure where to receive alerts in your project settings:

Email

Receive alerts at your email address.

alerts@yourcompany.com

Slack 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_error

Get notified when an error type you've never seen before occurs. Great for catching new bugs immediately.

Error Spike

alert_on_error_spike

Get notified when error rate exceeds your threshold. Helps detect outages or breaking changes.

Performance Degradation

alert_on_performance_degradation

Get 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:

  1. 1Go to api.slack.com/apps and create a new app
  2. 2Enable Incoming Webhooks
  3. 3Add a new webhook and select the channel
  4. 4Copy the webhook URL to your Sypnia project settings

Example alert message in Slack:

S
Sypnia12:34 PM

🔴 New Error Detected

TypeError: Cannot read property 'map' of undefined

Project: My Website | Page: /dashboard

ℹ️Coming Soon
We're working on more integrations including Discord, Microsoft Teams, PagerDuty, and custom webhooks.