- Bump Sentry JavaScript SDK to
7.15.0
(#244) - Bump Sentry iOS SDK to
7.30.2
(#259) - Bump Sentry Android SDK to
6.4.3
(#230)
- Fallback to iOS minimum version 13.0 if Capacitor package was not found (#225)
- Add support for Capacitor 4.0.0 (#201)
- build(javascript): Bump sentry-javascript, sentry-vue, sentry-react and sentry-angular dependencies to
7.12.1
. (#214)
- Bump Sentry Javascript to fix incompatibility with Sentry Tracing (#202)
- build(ios): Bump sentry-cocoa dependencies to
7.23.0
. (#208)
- Support for Angular Web (#199)
- build(javascript): Bump sentry-javascript, sentry-vue, sentry-react and sentry-angular dependencies to
7.6.0
. (#194)
- SentryCapacitor.crash not working on Android (#175)
- build(javascript): Bump sentry-javascript, sentry-vue, sentry-react and sentry-angular dependencies to
7.1.1
. (#186)
By bumping Sentry Javascript, new breaking changes were introduced, to know more what was changed, check the breaking changes changelog from Sentry Javascript.
- Fix Vue not working on iOS (#170)
- Add iOS metadata to JavaScript events (#161)
- Stack Trace when using localhost could get the wrong filename (#162)
- build(javascript): Bump sentry-javascript, sentry-vue, sentry-react and sentry-angular dependencies to
6.19.2
. (#159) - build(ios): Bump sentry-cocoa dependencies to
7.11.0
. (#157)
- Fix(Android): duplicated breadcrumbs (#151)
- build(android): Bump sentry-java dependencies to
5.7.0
. (#154) - Fix iOS dropping events if envelope contains UTF16 character or higher (#150)
- (iOS) Missing config
enableOutOfMemoryTracking
on iOS/Mac (#147)
- Disable native sdk when enabled/enablenative is set to false (#145)
- Remove sdkProcessingMetadata from native events (#139)
- Use Native length for Envelopes when available (#128)
- No longer export deprecated Status enum (#111)
- Remove guard from transport sendEvent as it is redundant (#111)
- Build into both commonjs and esm (#99)
- Officially support web (#70)
- Fix the release and dist not being sent down to Android. (#73)
- Release health sessions not being logged on iOS. (#73)
- build(js): Bump sentry-javascript dependencies to
6.11.0
. (#72) - Fix version mismatch issues with sentry-javascript dependencies with optional peerDependencies. (#72)
- Export startTransaction (#71)
- Update Podfile to target iOS 12 to match Capacitor 3 (#56)
- Add support for Capacitor v3 (#54)
- Initial Release with Android support only.