Skip to content

Releases: getsentry/sentry-dart

6.19.0

25 Jan 15:26
Compare
Choose a tag to compare

Fixes

  • intl is now more version permissive (>=0.17.0 <1.0.0) (#1247)

Breaking Changes:

  • sentry_file now requires Dart >= 2.19 (#1240)

7.0.0-alpha.5

24 Jan 18:02
Compare
Choose a tag to compare
7.0.0-alpha.5 Pre-release
Pre-release

Features

  • Error Cause Extractor (#1198, #1236)
    • Add throwable to SentryException

Fixes

  • Don't suppress error logs (#1228)
  • Fix export for BindingWrapper (#1234)

6.18.3

24 Jan 14:03
Compare
Choose a tag to compare

Fixes

  • Fix Pod target for iOS (#1237)

Dependencies

7.0.0-alpha.4

23 Jan 14:14
c60752d
Compare
Choose a tag to compare
7.0.0-alpha.4 Pre-release
Pre-release

Breaking Changes

  • Remove deprecated fields (#1227)
    • Remove deprecated fields from the Scope class.
      • user(SentryUser? user), using the setUser(SentryUser? user) instead.
      • attachements, using the attachments instead.
    • Remove deprecated field from the SentryFlutterOptions class.
      • anrTimeoutIntervalMillis, using the anrTimeoutInterval instead.
      • autoSessionTrackingIntervalMillis, using the autoSessionTrackingInterval instead.

Dependencies

7.0.0-alpha.3

17 Jan 08:41
Compare
Choose a tag to compare
7.0.0-alpha.3 Pre-release
Pre-release

Breaking Changes

  • Rename APM tracking feature flags to tracing (#1222)
    • Rename
      • enableAutoPerformanceTracking to enableAutoPerformanceTracing
      • enableOutOfMemoryTracking to enableWatchdogTerminationTracking

Enhancements

  • Migrate to sentry cocoa v8 (#1197)

7.0.0-alpha.2

16 Jan 09:59
Compare
Choose a tag to compare
7.0.0-alpha.2 Pre-release
Pre-release

Features

Breaking Changes

  • Enable APM features by default (#1217)
    • captureFailedRequests
    • enableStructuredDataTracing
    • enableUserInteractionTracing
  • Mark transaction as internal_error in case of unhandled errors (#1218)

7.0.0-alpha.1

10 Jan 15:15
Compare
Choose a tag to compare
7.0.0-alpha.1 Pre-release
Pre-release

Features

  • Feat: Introduce Hint data bag (#1136)
  • Feat: Use Hint for screenshots (#1165)
  • Feat: Support custom units for custom measurements (#1181)

Fixes

  • Fix: Remove SentryOptions related parameters from classes which also take Hub as a parameter (#816)

Enhancements

  • Enha: Replace StackTrace.empty with StackTrace.current (#1183)

Breaking Changes

  • Removed various deprecated fields (#1036):
    • Removed the following fields from the device context
      • language
      • timezone
      • screenResolution
      • theme
    • Removed isolate name from Dart context. It's now reported via the threads interface. It can be enabled via options.attachThreads
  • Use sentryClientName instead of sdk.identifier (#1135)
  • Refactor BindingUtils to BindingWrapper to enable the use of custom bindings (#1184)
  • Bump Flutter min to 3.0.0 and Dart to 2.17.0 (#1180)

6.18.2

09 Jan 14:10
Compare
Choose a tag to compare

Fixes

  • enableUserInteractionTracing sometimes finds the wrong widget (#1212)
  • Only call method channels on native platforms (#1196)

Dependencies

6.18.1

12 Dec 09:50
Compare
Choose a tag to compare

Fixes

  • Missing slow and frozen frames for Auto transactions (#1172)

Dependencies

6.18.0

07 Dec 09:07
cb750d6
Compare
Choose a tag to compare

Features

  • Tracing for File IO integration (#1160)

Dependencies