From 8b92552d80f258cfabdc38cef4d3c8d123cf0201 Mon Sep 17 00:00:00 2001 From: Matthias Nehlsen Date: Fri, 23 Jun 2023 20:20:51 +0200 Subject: [PATCH] Log sync email subject for debugging --- CHANGELOG.md | 4 ++++ lib/sync/inbox/inbox_service_isolate.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 827fa778a..65afd4ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added: +- Log sync email subject for debugging + +## [0.8.389] - 2023-06-23 ### Changed: - Smoother scrolling infinite journal page diff --git a/lib/sync/inbox/inbox_service_isolate.dart b/lib/sync/inbox/inbox_service_isolate.dart index 476bb09a3..3c8086c06 100644 --- a/lib/sync/inbox/inbox_service_isolate.dart +++ b/lib/sync/inbox/inbox_service_isolate.dart @@ -172,7 +172,7 @@ class InboxServiceIsolate { final subject = '${msg.decodeSubject()}'; if (lastReadUid != current) { _loggingDb.captureEvent( - 'lastReadUid $lastReadUid current $current', + 'lastReadUid $lastReadUid current $current $subject', domain: 'INBOX_ISOLATE', subDomain: 'fetch', ); diff --git a/pubspec.yaml b/pubspec.yaml index 346ad2560..d51c8616d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: lotti description: Achieve your goals and keep your data private with Lotti. publish_to: 'none' -version: 0.9.389+2277 +version: 0.9.390+2278 msix_config: display_name: LottiApp