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.
Environment
saas (https://sentry.io)
Steps to Reproduce
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