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 iOS setCustomKey wrong param order #646

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

kaidotarma
Copy link
Contributor

Fixes #520

According to the docs: https://firebase.google.com/docs/crashlytics/customize-crash-reports?platform=ios#add-keys
the order of setCustomValue parameters is: value, key

setCustomKeysAndValues still expects to order of the map elements to be key, value - so no changes there.

Fixes GitLiveApp#520

According to the docs: https://firebase.google.com/docs/crashlytics/customize-crash-reports?platform=ios#add-keys
the order of the parameters is: value, key

setCustomKeysAndValues still expects to order of the map elements to be key, value - so no changes there.
@nbransby
Copy link
Member

nice work @kaidotarma !

@nbransby nbransby merged commit 312beed into GitLiveApp:master Oct 13, 2024
50 checks passed
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.

Crashlytics - iOS - setCustomKey - wrong parameters order
2 participants