Configuration
Main configuration file:
text
config/error-tracker.phpImportant options include:
database.connectionroute.pathdashboard.app_home_urlcapture.sample_ratefingerprint.include_environmentnotifications.channelsnotifications.cooldown_minutesnotifications.max_per_issue_per_hourerror_page.enabledfeedback.enabledretention.events_daysauto_resolve.enabledauto_resolve.after_daysstacktrace.smart_groupingstacktrace.project_pathsstacktrace.project_namespacesstacktrace.non_project_pathsstacktrace.path_displaystacktrace.store_absolute_pathsstacktrace.source_contextstacktrace.store_arguments
Shared Database / Multi-App Setup
The package can optionally use a dedicated database connection:
php
'database' => [
'connection' => env('ERROR_TRACKER_DB_CONNECTION'),
],When this is configured, multiple applications may write to the same tracker storage.
In that setup, keeping environment visible in the dashboard and optionally including it in the fingerprint becomes more useful.