Skip to content

Conversation

keeakita
Copy link
Member

@keeakita keeakita commented Oct 2, 2025

Adds basic sentry error monitoring to both backend and frontend.

Test Plan:

  • Threw dummy exceptions
  • They show up in Sentry
  • Verified environment tags show up

@keeakita keeakita requested a review from spalmurray October 2, 2025 23:31

import {routeTree} from './routeTree.gen';

Sentry.init({
Copy link
Contributor

Choose a reason for hiding this comment

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

One thing I considered: private incidents might get exposed to sentry if we're not careful. Doesn't matter now, but in the future we should be careful. Not a huge deal but would potentially break our access control

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, we should probably drop the pii setting here. Let me look into if we can configure that per-page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants