Skip to content

Fix telemetry not reporting for logged off users#1970

Merged
255kb merged 1 commit intomainfrom
bugfix/1965-telemetry
Nov 20, 2025
Merged

Fix telemetry not reporting for logged off users#1970
255kb merged 1 commit intomainfrom
bugfix/1965-telemetry

Conversation

@255kb
Copy link
Member

@255kb 255kb commented Nov 20, 2025

Closes #1965

Technical implementation details

Checklist

  • data migration added (@mockoon/commons)
  • commons lib tests added (@mockoon/commons)
  • commons-server lib tests added (@mockoon/commons-server)
  • CLI tests added (@mockoon/cli)
  • desktop UI automated tests added (@mockoon/app)

Closes #{issue_number}

Copilot AI review requested due to automatic review settings November 20, 2025 13:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes telemetry not reporting for logged-off users by ensuring the remote config is fetched immediately on initialization, rather than only when authentication state changes.

  • Added startWith(null) to the idTokenChanges() observable chain to trigger an immediate config fetch
  • Minor code formatting improvements and comment punctuation fix

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@255kb 255kb merged commit ed2a667 into main Nov 20, 2025
21 checks passed
@255kb 255kb deleted the bugfix/1965-telemetry branch November 20, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Telemetry not reporting in desktop app since v9.4.0

2 participants