bugsnag_errors
An Error is a grouping of events of the same crash/exception reported to Bugsnag.
-
source_id
Foreign key - Bugsnag ID for the error.
-
severity
string - The severity of the error.
-
project_id
Foreign key - Project ID associated with the error.
-
source_url
string - Bugsnag URL for the error.
-
error_class
string - Error class of the error.
-
message
string - Error message of the error.
-
original_severity
string - The Error's original severity.
-
overridden_severity
string - The Error's updated severity.
-
status
string - Status of the error.
-
total_occurrences
number - Total number of occurrences.
-
total_users_affected
number - Total number of users affected by the error.
-
first_seen
date - Timestamp when the item was first seen.
-
last_seen
date - Timestamp when the error was last seen.
-
synced_at
date - Timestamp when the item was last synced.