Skip to content

Conversation

@khendrikse
Copy link
Contributor

🎉 Thanks for submitting a pull request! 🎉

Summary

This is an effort to get some end to end debugging, but behind a feature flag.


For us to review and ship your PR efficiently, please perform the following steps:

  • Open a bug/issue before writing your code 🧑‍💻. This ensures
    we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or
    something that`s on fire 🔥 (e.g. incident related), you can skip this step.
  • Read the contribution guidelines 📖. This ensures
    your code follows our style guide and passes our tests.
  • Update or add tests (if any source code was changed or added) 🧪
  • Update or add documentation (if features were changed or added) 📝
  • Make sure the status checks below are successful ✅

A picture of a cute animal (not mandatory, but encouraged)

@khendrikse khendrikse requested a review from a team as a code owner March 21, 2025 15:19

// I'm adding some debug logging to see if the logic is working as expected
if (featureFlags?.use_cached_site_info_logging) {
console.log('Checking site information', { useCachedSiteInfo, siteInfo, accounts, addons, integrations })
Copy link
Member

Choose a reason for hiding this comment

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

wouldn't this be visible to users? 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

but only to me right? if I flip the feature flag on? Only to myself?

@khendrikse khendrikse requested a review from serhalp March 21, 2025 15:24
@khendrikse khendrikse merged commit 61dc49b into main Mar 21, 2025
33 checks passed
@khendrikse khendrikse deleted the cpla-2607/log-information-on-get-site-info-usage branch March 21, 2025 15:48
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.

4 participants