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

react-native-sentry

Package Overview
Dependencies
Maintainers
11
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-sentry - npm Package Versions

1
13

0.30.3

Diff

Changelog

Source

v0.30.3

  • Fix podspec file
  • Fix gradle regex to allow number in projectname
sentry-bot
published 0.30.2 •

Changelog

Source

v0.30.2

Updated npm dependencies

sentry-bot
published 0.30.1 •

Changelog

Source

v0.30.1

Deploy and release over Probot

haza
published 0.30.0 •

Changelog

Source

v0.30.0

Refactored iOS to use shared component from sentry-cocoa. Also squashed many little bugs on iOS.

  • Fixed #281
  • Fixed #280
haza
published 0.29.0 •

Changelog

Source

v0.29.0

  • Fixed #275
  • Fixed #274
  • Fixed #272
  • Fixed #253
haza
published 0.28.0 •

Changelog

Source

v0.28.0

We had to rename project.ext.sentry to project.ext.sentryCli because our own proguard gradle plugin was conflicting with the name. The docs already reflect this change.

  • #257

We now use the mainThread to report errors to RNSentry. This change is necessary in order for react-native to export constants. This change shouldn't impact anyone using react-native-sentry since most of the "heavy" load was handled by sentry-cocoa in its own background queue anyway.

  • #259
  • #244

Bump sentry-cocoa to 3.8.3

haza
published 0.27.0 •

Changelog

Source

v0.27.0

We decided to deactivate stack trace merging by default on iOS since it seems to unstable right now. To activate it set:

Sentry.config('___DSN___', {
  deactivateStacktraceMerging: false,
});

We are looking into ways making this more stable and plan to re-enable it again in the future.

haza
published 0.26.0 •

Changelog

Source

v0.26.0

  • Added setShouldSendCallback #250
haza
published 0.25.0 •

Changelog

Source

v0.25.0

  • Fix a bug in gradle script that trigged the sourcemap upload twice
  • Fixed #245
  • Fixed #234
haza
published 0.24.2 •

Changelog

Source

v0.24.2

  • Fixed https://github.com/getsentry/react-native-sentry/issues/241
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