### 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 <img width="1542" height="239" alt="Image" src="https://github.com/user-attachments/assets/18fc90e4-dbc5-42c7-bf9a-3331f6a68f69" /> ### 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](https://github.com/getsentry/sentry/issues/122767), which tracked truncation in CSV/JSONL export and was fixed in [PR #122834](https://github.com/getsentry/sentry/pull/122834). The same 128-character limit may be applied in the copy-to-clipboard code path.