Skip to content

Releases: getsentry/sentry-capacitor

0.7.0

13 Jul 18:09
Compare
Choose a tag to compare

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

10 May 17:45
Compare
Choose a tag to compare

Fixes

  • Fix Vue not working on iOS (#170)

0.6.0

25 Apr 18:00
Compare
Choose a tag to compare

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

29 Mar 18:32
Compare
Choose a tag to compare

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

04 Mar 16:32
Compare
Choose a tag to compare

Fixes

  • Disable native sdk when enabled/enablenative is set to false (#145)
  • Remove sdkProcessingMetadata from native events (#139)

0.4.3

23 Feb 14:04
Compare
Choose a tag to compare
  • fix: Use Native length for Envelopes when available #128

0.4.2

02 Feb 20:27
Compare
Choose a tag to compare
  • No longer export deprecated Status enum #111
  • Remove guard from transport sendEvent as it is redundant #111

0.4.1

17 Nov 02:52
Compare
Choose a tag to compare
  • build: Build into both commonjs and esm #99

0.4.0

26 Aug 11:12
Compare
Choose a tag to compare
  • 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

08 Jul 12:41
Compare
Choose a tag to compare
  • feat: Add complete iOS support with scope sync #57, #61