This library provides ReScript bindings for Sentry.
- Install all necessary packages according to the official Sentry installation guide: https://docs.sentry.io/product/cli/installation/.
- Install
@rescript-sentry/[framework]
Example:
npm install @rescript-sentry/[framework]
- Add it to
dependencies
in yourbsconfig.json
orrescript.json
:
{
"bs-dependencies": ["@rescript-sentry/[framework]"]
}
This library provides ReScript bindings for SENTRY.
Sentry package | ReScript bindings package | Namespace | Progress |
---|---|---|---|
@sentry/react | @rescript-sentry/react | rescript-sentry-react | 99 % |
@sentry/browser | @rescript-sentry/browser | - | 1 % |
@sentry/types | @rescript-sentry/types | rescript-sentry-types | 70 % |
NOTE: Other Sentry framework bindings will be coming soon