sentry-react-native

Official Sentry SDK for React-Native

MIT License

Downloads
1.6M
Stars
1.5K
Committers
141

Bot releases are hidden (Show)

sentry-react-native - 1.0.8

Published by HazAT about 5 years ago

  • Fix missing type, miscast status_code entries in Android breadcrumbs
sentry-react-native - 1.0.7

Published by HazAT about 5 years ago

  • Store environment, release & dist on native iOS and Android clients in case of an native crash
sentry-react-native - 1.0.6

Published by HazAT about 5 years ago

  • Fix error message to guide towards correct docs page
sentry-react-native - 1.0.5

Published by HazAT about 5 years ago

  • Convert message in Java to string if it's a map (#653)
sentry-react-native - 1.0.4

Published by HazAT about 5 years ago

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

Published by HazAT about 5 years ago

  • Expose BrowserIntegrations to change browser integrations (#639)
sentry-react-native - 1.0.2

Published by HazAT about 5 years ago

  • Fixes breadcrumb.data cast if it's not a hashmap (#651)
sentry-react-native - 1.0.1

Published by HazAT about 5 years ago

  • Fixed typo in RNSentry.m (#658)
sentry-react-native - 1.0.0

Published by HazAT about 5 years ago

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"
});
sentry-react-native - 1.0.0-beta.7

Published by HazAT about 5 years ago

sentry-react-native - 1.0.0-beta.6

Published by HazAT about 5 years ago

sentry-react-native - 1.0.0-beta.5

Published by HazAT about 5 years ago

sentry-react-native - 1.0.0-beta.4

Published by HazAT about 5 years ago

sentry-react-native - 1.0.0-beta.3

Published by HazAT over 5 years ago

sentry-react-native - 1.0.0-beta.2

Published by HazAT over 5 years ago

sentry-react-native - 1.0.0-beta.1

Published by HazAT over 5 years ago

sentry-react-native - 1.0.0-beta.0

Published by HazAT over 5 years ago

sentry-react-native - 0.43.2

Published by tonyo over 5 years ago

  • Add a check for an empty stacktrace on Android (#594)
sentry-react-native - 0.43.1

Published by HazAT over 5 years ago

  • Bump raven-js 3.27.1
sentry-react-native - 0.43.0

Published by HazAT over 5 years ago

  • Bump sentry-wizard 0.13.0