Handle Intercom widget load failures without reporting an application error

Open Beginner friendly
#515 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
82/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Active
Tech stack
typescript

Research direction

Start in src/components/Intercom/IntercomWidget.ts at line 85, where the widget script error handler rejects after a load failure. Trace how this optional widget is initialized during /auth/login and how errors reach Sentry. Done means a blocked or unavailable widget degrades gracefully without an unhandled application error or Sentry event, while authentication continues normally.

Written by the indexing model from the issue text.

Description

Description

The auth UI reports Failed to load the Intercom widget script to Sentry when the third-party widget cannot load. The issue has remained ongoing since 2026-07-16 and reached 978 events affecting 279 users as of 2026-09-18.

Evidence

  • Sentry issue: https://decentraland.sentry.io/issues/7614585377/
  • In-app frame: src/components/Intercom/IntercomWidget.ts:85, where the script error handler rejects with this error.
  • The latest event was a production iOS browser session on /auth/login; nearby network requests also failed, consistent with a client/network or content-blocking failure rather than an auth-flow exception.

Expected behavior

A failure to load the optional support widget must not produce an unhandled application error or Sentry event. It should degrade gracefully while preserving normal authentication behavior.

Reported by Sentry
Requested by Lautaro Petaccio (<@U025WCHLMN3>)

Dominant language
TypeScript
Stars
0
Forks
3
Avg merge
8h 2m
Merged PRs (30d)
38

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from decentraland/auth

All issues in decentraland/auth

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.