This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Fix/ensure data can be ingested #1469
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Select the type of change:
Purpose of the Pull Request:
The OptanonWrapper() function is defined twice,
once in the head (https://github.com/Unity-Technologies/com.unity.multiplayer.docs/blob/main/config/scripts.config.js)
and
once in the footer https://github.com/Unity-Technologies/com.unity.multiplayer.docs/blob/bed5b1f3995322407a0d9986bebef8c93986a9e7/src/theme/Footer/index.js
This redefinition of the function causes an issue in our data ingestion pipelines that prevents the page viewed from being accessible in the analytics.
This PR removes this second occurrence which should it turn solve this issue.
Extra context
Initial problem discussion ; https://unity.slack.com/archives/C06PNK5M0MT/p1734715219397079
Resolution discussion ; https://unity.slack.com/archives/C036K4KH963/p1745875133962669