Releases: getsentry/sentry-capacitor
Releases · getsentry/sentry-capacitor
0.7.0
Fixes
- 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)
0.6.1
Fixes
- Fix Vue not working on iOS (#170)
0.6.0
Features
- Add iOS metadata to JavaScript events (#161)
Fixes
- 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)
0.5.0
Fixes
- 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)
0.4.4
Fixes
- Disable native sdk when enabled/enablenative is set to false (#145)
- Remove sdkProcessingMetadata from native events (#139)
0.4.3
- fix: Use Native length for Envelopes when available #128
0.4.2
- No longer export deprecated Status enum #111
- Remove guard from transport sendEvent as it is redundant #111
0.4.1
- build: Build into both commonjs and esm #99
0.4.0
- feat: Officially support web #70
- fix: Fix the release and dist not being sent down to Android. #73
- fix: Fix release health sessions not being logged on iOS. #73
- build(js): Bump sentry-javascript dependencies to
6.11.0
. #72
- fix: Fix version mismatch issues with sentry-javascript dependencies with optional peerDependencies. #72
- fix: Export startTransaction #71
0.3.0
- feat: Add complete iOS support with scope sync #57, #61