Description
When viewing failed messages, it would be useful to have a "Copy to clipboard" button next to stack traces. This would make it easier to share error details in bug reports, Slack, or issue trackers.
Use case
- Quickly copy the full stack trace without manual selection
- Avoid formatting issues when copying from the browser
- Improve developer workflow when debugging failed messages
Suggested implementation
Add a small clipboard icon/button next to the stack trace that copies the full trace to clipboard using the Clipboard API.
Visual example
[Exception details]
Stack trace: [📋 Copy]
#0 /path/to/file.php(123)...
#1 /path/to/file.php(456)...
Description
When viewing failed messages, it would be useful to have a "Copy to clipboard" button next to stack traces. This would make it easier to share error details in bug reports, Slack, or issue trackers.
Use case
Suggested implementation
Add a small clipboard icon/button next to the stack trace that copies the full trace to clipboard using the Clipboard API.
Visual example