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

3.9.3 #19

Merged
merged 51 commits into from
Jun 17, 2024
Merged

3.9.3 #19

merged 51 commits into from
Jun 17, 2024

Conversation

cameron-morrow-toptal
Copy link
Collaborator

sdk upgrade to 3.9.3, includes some refactors such as new structs return types to replace anonymous tuples and uses code sharing to remove duplicate xam/maui code

Copy link
Contributor

@lmeier lmeier left a comment

Choose a reason for hiding this comment

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

This looks good to me. Note that we've very recently updated how we do trackVerified -- we combine trackVerifiedToken and trackVerified into one, in this release.

I don't think we need to upgrade at this time, just calling this out.

I'd love to also be able to run this locally in my own setup — let's continue chatting in slack to make sure I can get past all the blockers.

Thanks!

@@ -22,9 +22,14 @@ public static void Initialize(RadarSDK sdk, string radarKey = null)
{ "int", 10 },
{ "bool", true }
};

Copy link
Contributor

Choose a reason for hiding this comment

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

note: I see that you accidentally commited your api key above previously so I reset it @cameron-morrow-toptal

@lmeier lmeier merged commit a3c7ae8 into master Jun 17, 2024
1 check passed
@lmeier lmeier deleted the 3.9.3 branch June 17, 2024 13:06
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