Releases: getsentry/sentry-dart
Releases · getsentry/sentry-dart
9.7.0-beta.5
9.7.0-beta.4
Features
- Add
nativeDatabasePath
option toSentryFlutterOptions
to set the database path for Sentry Native (#3236)
9.7.0-beta.3
9.7.0-beta.2
Features
- Add
sentry.origin
to logs created byLoggingIntegration
(#3153) - Tag all spans with thread info on non-web platforms (#3101, #3144)
- feat(feedback): Add option to disable keyboard resize (#3154)
- Support
firebase_remote_config: >=5.4.3 <7.0.0
(#3213)
Fixes
- Implement prefill logic in
SentryFeedbackWidget
foruseSentryUser
parameter to populate fields with current user data (#3180) - Structured Logs: Don’t add template when there are no 'sentry.message.parameter.x’ attributes (#3219)
Enhancements
- Add
DioException
response data to error breadcrumb (#3164)- Bumped
dio
min verion to5.2.0
- Bumped
- Use FFI/JNI for
captureEnvelope
on iOS and Android (#3115) - Log a warning when dropping envelope items (#3165)
- Call options.log for structured logs (#3187)
- Remove async usage from
FlutterErrorIntegration
(#3202) - Tag all spans during app start with start type info (#3190)
- Refactor
loadContexts
andloadDebugImages
to use JNI and FFI (#3224)
Dependencies
9.7.0-beta.1
9.6.0 (Stable)
Note: this release might require updating your Android Gradle Plugin version to at least 8.1.4
.
Fixes
- False replay config restarts because of
ScreenshotWidgetStatus
equality issues (#3114) - Debug meta not loaded for split debug info only builds (#3104)
- TTID/TTFD root transactions (#3099, #3111)
- Web, Linux and Windows now create a UI transaction for the root page
- iOS, Android now correctly create idle transactions
- Fixes behaviour of traceId generation and TTFD for app start
- Directionality assertion issue in debug mode (#3088)
Dependencies
Internal
- Use lifecycle hook for before send event (#3017)
9.6.0-beta.2
Fixes
- False replay config restarts because of
ScreenshotWidgetStatus
equality issues (#3114)
9.6.0-beta.1
Fixes
- Debug meta not loaded for split debug info only builds (#3104)
- TTID/TTFD root transactions (#3099, #3111)
- Web, Linux and Windows now create a UI transaction for the root page
- iOS, Android now correctly create idle transactions
- Fixes behaviour of traceId generation and TTFD for app start
- Directionality assertion issue in debug mode (#3088)
Dependencies
Internal
- Use lifecycle hook for before send event (#3017)
9.5.0
Features
- Report Flutter framework feature flags (#2991)
- Search for feature flags that are prefixed with
flutter:*
- This works on Flutter builds that include this PR
- Search for feature flags that are prefixed with
- Add
LoggingIntegration
support forSentryLog
(#3050) - Add
enableNewTraceOnNavigation
flag toSentryNavigatorObserver
(#3096)- Default:
true
- Disable by passing
false
, e.g.:SentryNavigatorObserver(enableNewTraceOnNavigation: false)
- Note: traces differ from transactions/spans — see tracing concepts here
- Default:
Fixes
- Ensure consistent sampling per trace (#3079)
Enhancements
- Add sampled flag in propagation context (#3084)
Dependencies
9.4.1
Fixes
- Span ids not re-generating for headers created from scope (#3051)
ScreenshotIntegration
not being added for web (#3055)PropagationContext
not being set whenScope
is cloned resulting in different trace ids when usingwithScope
(#3069)- Drift transaction rollback not executed when parent span is null (#3062)