Skip to content

Feature: Add copy to clipboard button for stack traces #172

Description

@atournayre

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)...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions