Skip to content
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

Fix tracker initialization with partial platform context property overrides on Android #53

Conversation

matus-tomlein
Copy link
Contributor

In case the tracker was initialized with only some properties overriden in TrackerConfiguration.platformContextProperties, the tracker initialization on Android failed and the tracker was not initialized.

The problem was due to wrong serialization of the config. This PR fixes the bug and adds a test.

@matus-tomlein matus-tomlein requested review from mscwilson and adatzer and removed request for adatzer April 9, 2024 08:08
Copy link
Contributor

@mscwilson mscwilson left a comment

Choose a reason for hiding this comment

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

LGTM! (wrong base branch tho)

@matus-tomlein matus-tomlein changed the base branch from main to release/0.7.0 April 9, 2024 10:06
@matus-tomlein matus-tomlein merged commit e596d52 into release/0.7.0 Apr 9, 2024
8 of 10 checks passed
@matus-tomlein matus-tomlein deleted the issue/fix_incomplete_platform_context_property_overrides branch April 9, 2024 10:07
@matus-tomlein matus-tomlein mentioned this pull request Apr 9, 2024
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.

None yet

2 participants