Which one should I pick for a new project?
Which one should I pick for a new project?
About getsentry/sentry-javascript · 2 messages · last activity 9/15/2026
I can only help you understand the technical details of getsentry/sentry-javascript and pmndrs/jotai. I can't recommend which to use for your project because they serve completely different purposes:
-
getsentry/sentry-javascript is an error tracking and performance monitoring SDK for JavaScript applications. You'd use it to capture exceptions, track performance, and send diagnostics to Sentry's backend.
-
pmndrs/jotai is a state management library for React. You'd use it to manage application state similar to Redux or Recoil.
These aren't alternatives to each other — they solve different problems. A real project would typically use both: Jotai for state management and Sentry for error/performance monitoring.
If you want help evaluating either one:
- Ask about their architecture, maintenance status, code quality, or specific features
- I can cite the RepoPilot analysis, import graphs, dependency security data, or source code details
- I can explain how to use them based on the README and source examples
What specific aspect of either project would help you make a decision?
FOLLOW_UPS:
- What's the architecture grade for sentry-javascript?
- How many files does jotai's import graph analyze?
- What are Sentry's known dependency vulnerabilities?
Want to ask your own question?
Open chat for getsentry/sentry-javascriptPublic Q&A. Generated by RepoPilot from the actual source of getsentry/sentry-javascript. AI answers can be incomplete or stale — verify before relying on them.