From 0e0ff68a51e91a88bbd6ddd8ea6c221026e38a10 Mon Sep 17 00:00:00 2001 From: "sentry[bot]" <39604003+sentry[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:42:39 +0000 Subject: [PATCH 1/2] fix(clipboard): Prevent unhandled promise rejection from copyToClipboard --- static/app/components/copyToClipboardButton.tsx | 8 +++++++- static/app/utils/useCopyToClipboard.tsx | 3 +-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/static/app/components/copyToClipboardButton.tsx b/static/app/components/copyToClipboardButton.tsx index 20c0770516a9..b9646dee30da 100644 --- a/static/app/components/copyToClipboardButton.tsx +++ b/static/app/components/copyToClipboardButton.tsx @@ -27,7 +27,13 @@ export function CopyToClipboardButton({