sentry-cordova

The official Sentry SDK for Cordova

MIT License

Downloads
6.6K
Stars
69
Committers
34

Bot releases are hidden (Show)

sentry-cordova - v1.0.0

Published by jennmueng over 3 years ago

  • Full scope sync such that any tag, context, extra, and breadcrumb set on the JavaScript scope will be available on crashes that happen on the native (iOS/Android) layer. You can also sync down to the NDK layer on Android if you opt-in through: enableNdkScopeSync.
  • Offline event caching for Android. (already an existing feature on iOS)
  • Performance monitoring support: the Sentry Cordova SDK now supports JavaScript-layer performance monitoring and tracing, when you integrate the @sentry/tracing package. You can then start a transaction just by calling Sentry.startTransaction.
  • Session tracking and release health on Android and iOS.
  • event.origin and event.environment tags to show which layer of the app the event originated from.
  • Official support for the browser platform.

Migration

  • Deprecated setRelease and setDist; instead pass release and dist to the Sentry.init call.
  • Minimum Typescript version is now 3.0.0
sentry-cordova - v0.17.0

Published by HazAT almost 5 years ago

  • feat: Add SENTRY_ANDROID_SDK_VERSION to configure Android SDK version
  • fix: Replicate cordova prepare functionality for getting platform path
sentry-cordova - v0.16.2

Published by HazAT about 5 years ago

  • Fix #146
sentry-cordova - v0.16.1

Published by HazAT about 5 years ago

  • Fix #147
sentry-cordova - v0.16.0

Published by HazAT about 5 years ago

  • Bump @sentry/* ~5.6.0
  • Bump sentry-cocoa 4.4.0
  • Use raw payload to send on iOS
sentry-cordova - v0.15.0

Published by HazAT over 5 years ago

  • Bump @sentry/* 5.1.0
  • Fix #65
sentry-cordova - v0.14.0

Published by HazAT over 5 years ago

  • Bump @sentry/* 4.6.6
  • Fix #91
  • Fix #120
sentry-cordova - v0.13.1

Published by HazAT almost 6 years ago

  • Fix level parameter
sentry-cordova - v0.13.0

Published by HazAT almost 6 years ago

  • Using @sentry/* ~4.3.0 packages
sentry-cordova - v0.12.3

Published by HazAT about 6 years ago

  • Fixed #81
sentry-cordova -

Published by HazAT about 6 years ago

  • Fixed #72
  • Using @sentry/* 4.0.0-beta.12 packages
sentry-cordova -

Published by HazAT almost 7 years ago

Initial Release