sourcegraph / sourcegraph-public-snapshot

Code AI platform with Code Search & Cody
https://sourcegraph.com
Other
10.1k stars 1.28k forks source link

We have nothing for gathering browser exceptions in customer environments #5557

Open slimsag opened 5 years ago

slimsag commented 5 years ago

Today, when in-browser JS errors/exceptions occur, we have no way to identify them. We don't have anything gathering them, nothing reporting them to the users or site admins, and no way to easily ask users if they are occurring.

To see how painful this can make debugging some issues, see https://github.com/sourcegraph/infrastructure/issues/1514

When a user runs into a problem and a JS exception is occurring and we don't know about it, what is our plan to debug those problems?

felixfbecker commented 5 years ago

nothing reporting them to the users or site admins

We do have support for reporting to Sentry, and we do generally show errors in the UI + log them to the console

slimsag commented 5 years ago

Sentry:

Shown in UI and Console: