Features
- Add
sentry.originto 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
SentryFeedbackWidgetforuseSentryUserparameter 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
DioExceptionresponse data to error breadcrumb (#3164)- Bumped
diomin verion to5.2.0
- Bumped
- Use FFI/JNI for
captureEnvelopeon 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
loadContextsandloadDebugImagesto use JNI and FFI (#3224)