Skip to content

Commit

Permalink
Log sync email subject for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed Jun 23, 2023
1 parent d178543 commit 8b92552
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/sync/inbox/inbox_service_isolate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8b92552

Please sign in to comment.