Feature: Group Related Logs by Transaction/Attempt ID for Easier Analysis
Description:
Currently, Auth0 logs for a single transaction or authentication attempt are recorded as individual, scattered entries. Admins and support teams have to manually correlate multiple log entries to understand the complete flow of a specific attempt, which is time-consuming and inefficient.
Proposed Solution:
Group all logs related to a single transaction/attempt under a single parent log entry that can be expanded to view all associated child logs in chronological order, providing a complete end-to-end view of that transaction in one place.
Benefits:
- Faster troubleshooting and root cause analysis
- Cleaner, organized log view for admins
- Reduced effort in correlating logs manually
- Improved audit and reporting capabilities