Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/react-native

Package Overview
Dependencies
Maintainers
12
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/react-native - npm Package Versions

1
2324

1.0.0

Diff

Changelog

Source

1.0.0

This is a new major release of the Sentry's React Native SDK rewritten in TypeScript. This SDK is now unified with the rest of our JavaScript SDKs and published under a new name @sentry/react-native. It uses @sentry/browser and both sentry-cocoa and sentry-android for native handling.

This release is a breaking change an code changes are necessary.

New way to import and init the SDK:

import * as Sentry from '@sentry/react-native';

Sentry.init({
  dsn: 'DSN',
});
haza
published 1.0.0-beta.7 •

haza
published 1.0.0-beta.6 •

haza
published 1.0.0-beta.5 •

haza
published 1.0.0-beta.4 •

haza
published 1.0.0-beta.3 •

haza
published 1.0.0-beta.2 •

haza
published 1.0.0-beta.1 •

haza
published 1.0.0-beta.0 •

1
2324
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc