-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
This reverts commit 580b8af.
There was a problem hiding this 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 } | |||
}; | |||
|
There was a problem hiding this comment.
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
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