Skip to content

Conversation

imdeaconu
Copy link
Contributor

Closes #902

  • integrate Sentry SDK
  • set up the Vite integration to automatically upload source maps
  • add function that sends errors to Sentry and integrate it with all existing queries

commit 742f250
Author: imdeaconu <[email protected]>
Date:   Wed Sep 11 19:54:55 2024 +0300

    add read notification checkmark

commit ea11fa0
Author: imdeaconu <[email protected]>
Date:   Wed Sep 11 19:54:30 2024 +0300

    add read notification column
commit d8833dc
Author: imdeaconu <[email protected]>
Date:   Fri Sep 13 13:29:31 2024 +0300

    WIP: add selector functionality

commit 3608c0e
Author: imdeaconu <[email protected]>
Date:   Fri Sep 13 10:00:05 2024 +0300

    WIP: create new tags input
Copy link

vercel bot commented Mar 19, 2025

@imdeaconu is attempting to deploy a commit to the Code for Romania Team on Vercel.

A member of the Team first needs to authorize it.

environment: import.meta.env.MODE,
tracesSampleRate: import.meta.env.PROD ? 0.2 : 0,
enabled: !import.meta.env.PROD,
tracePropagationTargets: ['localhost', /^https:\/\/api\.votemonitor\.org/, /^https:\/\/votemonitor\.staging\.heroesof\.tech\/api\//],

Check failure

Code scanning / CodeQL

Missing regular expression anchor High

This hostname pattern may match any domain name, as it is missing a '$' or '/' at the end.
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.

Integrate Sentry error logging into the web admin interface
1 participant