Skip to content

Conversation

@gtamanaha
Copy link
Contributor

Background

  • {Explain the context of the change, including the problem it addresses or relevant background information}

What Has Changed

  • {Describe the changes introduced by this PR}

Screenshots/Video

  • {Include any screenshots or video demonstrating the new feature or fix, if applicable}

Checklist

  • I have performed a self-review of my own code.
  • I have made corresponding changes to the documentation.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have tested this locally.

Additional Notes

  • {Any additional information or context relevant to this PR}

Reference Issue (For employees only. Ignore if you are an outside contributor)

@gtamanaha gtamanaha changed the base branch from master to blackout2025 November 25, 2025 16:24
@gtamanaha gtamanaha changed the title feat: Create Loggin Service feat: Create Logging Service Nov 25, 2025
// Some (server) config settings need to be returned before they are set on SDKConfig in a self hosted environment
function completeSDKInitialization(apiKey, config, mpInstance) {
const kitBlocker = createKitBlocker(config, mpInstance);
function completeSDKInitialization(apiKey, config, mpInstance, kitBlocker: KitBlocker) {
Copy link
Contributor Author

@gtamanaha gtamanaha Nov 25, 2025

Choose a reason for hiding this comment

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

The Cognitive Complexity fix from below won't be part of this PR. We are just adding new parameter to this function.

@sonarqubecloud
Copy link

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.

2 participants