GitHub

This library provides ReScript bindings for Sentry.

Installation

  1. Install all necessary packages according to the official Sentry installation guide: https://docs.sentry.io/product/cli/installation/.
  2. Install @rescript-sentry/[framework]

Example:

npm install @rescript-sentry/[framework]
  1. Add it to dependencies in your bsconfig.json or rescript.json:
{
  "bs-dependencies": ["@rescript-sentry/[framework]"]
}

This library provides ReScript bindings for SENTRY.

What's inside?

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

Read the original on github.com ↗