mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 15:51:13 -05:00
Fix validation for non-park/ride entities
This commit is contained in:
@@ -267,7 +267,10 @@ export const handleNonCriticalError = (
|
||||
p_error_message: errorMessage,
|
||||
p_error_stack: error instanceof Error ? error.stack : undefined,
|
||||
p_user_agent: navigator.userAgent,
|
||||
p_breadcrumbs: JSON.stringify(breadcrumbs),
|
||||
p_breadcrumbs: JSON.stringify({
|
||||
breadcrumbs,
|
||||
metadata: context.metadata // Include metadata for debugging
|
||||
}),
|
||||
p_timezone: envContext.timezone,
|
||||
p_referrer: document.referrer || undefined,
|
||||
p_duration_ms: context.duration,
|
||||
|
||||
Reference in New Issue
Block a user