Skip to content

[Logs Explorer] Do not trim log message when copying to clipboard #123350

Description

@igormarchuk-se

Environment

saas (https://sentry.io)

Steps to Reproduce

  1. Go to Explore → Logs
  2. Find any log entry with a message longer than 128 characters
  3. Click "Copy to clipboard" on that log entry
  4. Paste the result into a text editor
Image

Expected Result

Clicking on "Copy to clipboard" from the Log entry should return the full string of the log

Actual Result

The copied text is silently truncated to 128 characters - no warning or indication is shown to the user.

Product Area

Explore

Link

  • This is follow-up to 122767, which tracked truncation in CSV/JSONL export and was fixed in PR #122834. The same 128-character limit may be applied in the copy-to-clipboard code path.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions