npm sentry-cordova 0.11.0
v0.11.0 - Warning, breaking changes

latest releases: 1.3.0, 1.2.0, 1.1.5...
5 years ago
  • Using @sentry/* 4.0.0-beta packages
  • Fixes setting version on android #54
  • Breaking change:

Replaced functions setUserContext setTagsContext setExtraContext with:

Sentry.configureScope(scope => {
  scope.setUser({ id: '123', email: 'test@sentry.io', username: 'sentry' });
  scope.setTag('cordova', 'true');
  scope.setExtra('myData', ['1', 2, '3']);
});

Don't miss a new sentry-cordova release

NewReleases is sending notifications on new releases.