5.0.0 • Published 6 months ago

@uplift-ltd/sentry v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@uplift-ltd/sentry

Installation

npm i --save @uplift-ltd/sentry

API

import { captureException, captureMessage } from "@uplift-ltd/sentry";

Sentry.captureException(new Error("Baroque"));

Sentry.captureMessage("Does not compute");

Add NEXT_PUBLIC_SENTRY_DSN to .env. If using in Node (for example for Next.js) you can add a separate SENTRY_DSN (defaults to NEXT_PUBLIC_SENTRY_DSN if not provided).

React Native

See the @uplift-ltd/sentry-react-native package.

5.0.0

6 months ago

4.2.0

9 months ago

6.0.0-alpha.0

6 months ago

4.1.5

1 year ago

4.1.6-alpha.0

1 year ago

5.0.0-alpha.2

1 year ago

5.0.0-alpha.1

1 year ago

5.0.0-alpha.0

1 year ago

4.1.4

1 year ago

4.1.3

1 year ago

4.1.3-alpha.1

1 year ago