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

@sentry/react-native

Package Overview
Dependencies
Maintainers
11
Versions
247
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
2325

1.0.6

Diff

Changelog

Source

1.0.6

  • Fix error message to guide towards correct docs page
haza
published 1.0.5 •

Changelog

Source

1.0.5

  • Convert message in Java to string if it's a map (#653)
haza
published 1.0.4 •

Changelog

Source

1.0.4

  • Also catch ClassCastException to support react-native versions < 0.60 (#651)
haza
published 1.0.3 •

Changelog

Source

1.0.3

  • Expose BrowserIntegrations to change browser integrations (#639)
haza
published 1.0.2 •

Changelog

Source

1.0.2

  • Fixes breadcrumb.data cast if it's not a hashmap (#651)
haza
published 1.0.1 •

Changelog

Source

1.0.1

  • Fixed typo in RNSentry.m (#658)
haza
published 1.0.0 •

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 •

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