Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Support DebugSpy in Release Builds #798

Merged
merged 7 commits into from
Dec 18, 2023

Conversation

dwcullop
Copy link
Member

@dwcullop dwcullop commented Dec 16, 2023

Description

Improvements to Spy / DebugSpy operators:

  • Adds support for the DebugSpy operator to work even in release builds (requires DEBUG_SPY_ALWAYS build flag to be set)
  • Will now include a subcription Id with each output so that when an Observable has multiple simultaneous subscribers, it is easy to identify which messages go with which subscriptions
  • Improves output of Spy / DebugSpy for List ChangeSets

@dwcullop dwcullop enabled auto-merge (squash) December 16, 2023 19:24
@dwcullop dwcullop requested review from ChrisPulman and RolandPheasant and removed request for ChrisPulman December 16, 2023 19:24
@dwcullop dwcullop merged commit d8c3ac6 into reactivemarbles:main Dec 18, 2023
1 check passed
@dwcullop dwcullop deleted the feature/observable-debug-spy branch December 20, 2023 01:02
@dwcullop dwcullop self-assigned this Dec 20, 2023
Copy link

github-actions bot commented Jan 4, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants