get_log_stack_trace
Retrieve the source location and stack trace for a specific log entry in a Laravel request. Use request ID and log index to pinpoint where the log was triggered, simplifying debugging.
Instructions
Get source location for a log entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Pre-authenticated X-Clockwork-Auth token (alternative to password) | |
| baseUrl | No | Clockwork application base URL (e.g. https://my-app.test). Overrides CLOCKWORK_BASE_URL / local storage for this call | |
| logIndex | Yes | 0-based index of the log entry | |
| password | No | Clockwork authentication password | |
| username | No | Clockwork authentication username | |
| requestId | Yes | Clockwork request ID |