getsentry / getsentry/sentry

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

Closed
#123,350 5 comments 0 reactions 1 assignee View on GitHub

@JoshuaKGoldberg is already working on this.

Since Sep 2, 2026.

Bug Product Area: Explore
Dominant language
Python
Stars
44.8k
Forks
4.9k
Avg merge
21h 23m
Merged PRs (30d)
607

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.