Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/entry.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ Sentry.init({
// The transition is simply skipped; navigation still works. This is a React Router
// internal call we can't wrap. See https://make-prisms.sentry.io/issues/6786605134/?project=4509707316690944.
/^View transition was skipped because document visibility state is hidden\.$/,
// DuckDuckGo on iOS (WebKit) throws when encountering @media (hover: hover)
// from Tailwind v4. No stack trace, not our code. See AGICASH-7B.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this has that sentry notation again "Agicash-7B". I haven't looked, but if that clearly maps to something in sentry I guess it's fine... claude keeps writing it everywhere.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's their short id. you can use it to build snetry url to see the issue. I think it is fine to keep as is.

if you really want to we can put into claude.md note for it to always use full url instead of short id

/^feature named `.*` was not found$/,
],
enabled:
process.env.NODE_ENV === 'production' &&
Expand Down