[Logs Explorer] Do not trim log message when copying to clipboard
Closed
@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
- Go to Explore → Logs
- Find any log entry with a message longer than 128 characters
- Click "Copy to clipboard" on that log entry
- Paste the result into a text editor
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.