Skip to content

fix: Include missing overridesSubdirectory flag in networkOptions for domain mapping #588

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

Merged

Conversation

Mansi-mParticle
Copy link
Collaborator

Instructions

  1. PR target branch should be against development
  2. PR title name should follow this format: https://github.com/mParticle/mparticle-workflows/blob/main/.github/workflows/pr-title-check.yml
  3. PR branch prefix should follow this format: https://github.com/mParticle/mparticle-workflows/blob/main/.github/workflows/pr-branch-check-name.yml

Summary

  • This PR fixes an issue related to domain mapping.
    When we implemented workspace switching, we added an "uploaded settings" option under networkOptions. However, the overridesSubdirectory field was missing from the networkOptions JSON, so it always defaulted to false.
    As a result, when domain mapping required overridesSubdirectory to be true, it caused issues. This PR adds that missing field to prevent those problems.

Testing Plan

  • Was this tested locally? If not, explain why.
  • Tested with sample app

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

Copy link
Contributor

@BrandonStalnaker BrandonStalnaker left a comment

Choose a reason for hiding this comment

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

LGTM Thanks for the explanation in the PR description!

@Mansi-mParticle Mansi-mParticle merged commit 88c73b8 into development Jun 19, 2025
38 of 41 checks passed
@Mansi-mParticle Mansi-mParticle deleted the fix/SQDSDKS-7377-event-api-domain-mapping branch June 19, 2025 15:21
mparticle-automation added a commit that referenced this pull request Jun 23, 2025
## [5.70.0](v5.69.0...v5.70.0) (2025-06-23)

### Features

* Add support for the fontFilePathMap ([#589](#589)) ([71cd132](71cd132))
* SQDSDKS-7420 update select placements ([#586](#586)) ([e583057](e583057))
* SQDSDKS-7422 - Add all Rokt events ([#587](#587)) ([2487f70](2487f70))

### Bug Fixes

* Include missing overridesSubdirectory flag in networkOptions for domain mapping ([#588](#588)) ([88c73b8](88c73b8))

### Updates & Maintenance

* Update submodules ([4429471](4429471))
@mparticle-automation
Copy link
Collaborator

🎉 This PR is included in version 5.70.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants