# By: Riasat Ullah
# This file contains all constants and functions related to the LogRocket integration.

# LogRocket variables
var_alert_id = 'alert_id'
var_alert_settings = 'alert_settings'
var_dashboard_url = 'dashboard_url'
var_reason = 'reason'
var_status = 'status'

# LogRocket alert statuses
resolved_state = 'resolved'
triggered_state = 'triggered'
