Skip to content

This repository provides comprehensive bindings for integrating ReScript with Sentry, enabling robust error tracking and monitoring in ReScript applications, enhancing overall reliability and performance.

Notifications You must be signed in to change notification settings

dilanbopanna/sentry-rescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReScript Bindings for Sentry

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

About

This repository provides comprehensive bindings for integrating ReScript with Sentry, enabling robust error tracking and monitoring in ReScript applications, enhancing overall reliability and performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published