Skip to content

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