- Bump
@sentry/*
5.1.0
- Fix #65
- Bump
@sentry/*
4.6.6
- Fix #91
- Fix #120
- Fix
level
parameter
- Using
@sentry/*
~4.3.0
packages
- Fixed #81
- Remove sourcemap from plugins Fixed #76
- Fixed #72
- Using
@sentry/*
4.0.0-beta.12
packages
- Fixed #66
- 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: '[email protected]', username: 'sentry' });
scope.setTag('cordova', 'true');
scope.setExtra('myData', ['1', 2, '3']);
});
- Fix es5 syntax in build script
- Fix es5 syntax in build script
- Use unminified version of bundle
- Bundle and compile in one step
- Fix release script
- Breaking change: Renamed create to init
- Update dependencies
- Fixed #47
- Fix internal console.error endless loop
- Fix private DSN
- Fix missing source of ios/android
- Bump to
sentry-cocoa
3.12.2
- Bump to
sentry-cocoa
3.12.1
, fix build
- We are using the new version of
@sentry/core
&@sentry/browser
installation and setup is now different. Please see https://docs.sentry.io/ for more information. - We also renamed to package from
@sentry/cordova
tosentry-cordova
since cordova has problems dealing with namespaced packages.
- Using new
0.4.0
of@sentry/core
&@sentry/browser
- Bump
sentry-wizard
to fix #29
- Fixed #13
- Added SENTRY_SKIP_WIZARD to skip wizard invocation
- Fix sentry.properties location
- Require cordova 7.0.0 and cordova-ios 4.4.0 since we need to support embed framework s
- Removed console.log
- Fix uploading of all build assests @DavidStrausz
- Fix install/uninstall with wizard
- Move sentry.properties into plugin folder
- Detect tty if sentry-wizard should run on the setup process
- Added SENTRY_SKIP_AUTO_RELEASE to skip automatic release version
- Enabled automatic breadcrumb tracking on iOS
- Bump sentry-wizard and sentry-cli to use new JS interface
- Fix travis
- Rename sentry release window global var for Ionic #5
- Fix build for iOS project (add framework)
- Bump sentry-wizard
- Add CI and build stuff
- Initial Release