aipotheosis-labs/aci

Enable Sentry Bug Report Widget on the Dev Portal

Open

#346 opened on May 9, 2025

 (4 comments) (0 reactions) (1 assignee)Python (466 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (4,824 stars)
PR merge metrics
 (PR metrics pending)

Description

Required Pre-requisites

Motivation

Some bugs are hard to detect automatically and would be nice if users have a way to report them on our website.

Proposed Solution

Sentry has good error reporting support: https://docs.sentry.io/platforms/javascript/guides/nextjs/user-feedback/ We can just configure Sentry here to enable this feature: https://github.com/aipotheosis-labs/aci/blob/7c05b876eaaaab28323adbc53e4c17de0780a663/frontend/sentry.client.config.ts#L12-L13

Contributor guide