Sentry Integration
ReactJS
This section should give you some pointers on how to integrate Sentry into your react application.
Basic Setup
Follow the sentry documentation: https://docs.sentry.io/platforms/javascript/guides/react/ for the basic installation.
The main configuration values that you need to set:
- dsn: this is the connection URL to the sentry server.
- tracesSampleRate:
Error Boundary
Follow the sentry documentation: https://docs.sentry.io/platforms/javascript/guides/react/components/errorboundary/ for the basic setup.