Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Latest commit

 

History

History
176 lines (109 loc) · 7.31 KB

CHANGELOG.md

File metadata and controls

176 lines (109 loc) · 7.31 KB

Changelog

Unreleased

Dependencies

0.10.1

Fixes

  • Fallback to iOS minimum version 13.0 if Capacitor package was not found (#225)

Dependencies

0.10.0

Features

  • Add support for Capacitor 4.0.0 (#201)

Fixes

  • build(javascript): Bump sentry-javascript, sentry-vue, sentry-react and sentry-angular dependencies to 7.12.1. (#214)

0.9.0

Fixes

0.8.0

Features

  • Support for Angular Web (#199)

0.7.1

Fixes

  • build(javascript): Bump sentry-javascript, sentry-vue, sentry-react and sentry-angular dependencies to 7.6.0. (#194)

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)

Breaking changes

By bumping Sentry Javascript, new breaking changes were introduced, to know more what was changed, check the breaking changes changelog from Sentry Javascript.

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

Fixes

  • Use Native length for Envelopes when available (#128)

0.4.2

Fixes

  • No longer export deprecated Status enum (#111)
  • Remove guard from transport sendEvent as it is redundant (#111)

0.4.1

Fixes

  • Build into both commonjs and esm (#99)

0.4.0

Features

  • Officially support web (#70)

Fixes

  • 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)

0.3.0

Features

  • Add complete iOS support with scope sync (#57), (#61)

0.2.1

Fixes

  • Update Podfile to target iOS 12 to match Capacitor 3 (#56)

0.2.0

Features

  • Add support for Capacitor v3 (#54)

0.1.0

First release

  • Initial Release with Android support only.