4.0.0 • Published 2 years ago
@uplift-ltd/sentry-react-native v4.0.0
@uplift-ltd/sentry-react-native
Installation
npm i --save @uplift-ltd/sentry-react-native
API
import { captureException, captureMessage } from "@uplift-ltd/sentry-react-native";
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
Note: May need to set up babel-plugin-transform-inline-environment-variables.
4.0.0
2 years ago
3.0.6
2 years ago
3.0.5
2 years ago
4.0.0-alpha.1
2 years ago
4.0.0-alpha.2
2 years ago
4.0.0-alpha.0
2 years ago
3.0.6-alpha.0
2 years ago
3.0.4
2 years ago
3.0.3
3 years ago
3.0.3-alpha.1
3 years ago