sentry-react-native
#
Installation#
APIAdd 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 NativeNote: May need to set up babel-plugin-transform-inline-environment-variables.