aipotheosis-labs/aci

Enable Sentry Bug Report Widget on the Dev Portal

Aperta

#346 aperta il 9 mag 2025

 (4 commenti) (0 reazioni) (1 assegnatario)Python (466 fork)auto 404
enhancementgood first issuehelp wanted

Metriche repository

Star
 (4824 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor