✨ [RUM-11701] Add unity as a source override#3838
Merged
Merged
Conversation
Source overrides only currently support Flutter, and should support Unity as a source override as well.
Co-authored-by: Benoît <[email protected]>
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage 🔗 Commit SHA: 61db281 | Docs | Was this helpful? Give us feedback! |
mormubis
requested changes
Sep 15, 2025
Co-authored-by: Adrian de la Rosa <[email protected]>
mormubis
approved these changes
Sep 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Motivation
Source overrides only currently support Flutter, and should support Unity as a source override as well.
Changes
Add
unityboth to the allowed TypeScript definitions and to the check that validates proper sources. Add a unit tests that checks that theunitysource is forwarded properly.Test instructions
To to staging
Override the configuration and add:
Check that events are sending the new information
Check that events in https://dd.datad0g.com/rum/sessions?query=%40type%3Asession%20%40usr.id%3A33803929&agg_m=count&agg_m_source=base&agg_t=count&from_ts=1752574307484&to_ts=1753179107484&live=true shows the new information
Checklist