You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(POR-22657): handle platform product-not-found errors in notification-center
Wrap notification-center fetch in try/catch so platform API failures
(e.g. Product not found) show a user-friendly SilentError instead of
an unhandled request error in Sentry.
Co-authored-by: Neil Raina <makeitraina@users.noreply.github.com>
returnawaitcopilot.getIUNotification(z.string().parse(tokenPayload.notificationId),tokenPayload.workspaceId)// notification "id" is expected in tokenPayload
0 commit comments