This repository was archived by the owner on Apr 22, 2024. It is now read-only.
[PIR-142] Log key suffix is isSandboxed is true#69
Open
KakeJopulsky wants to merge 14 commits intomasterfrom
Open
[PIR-142] Log key suffix is isSandboxed is true#69KakeJopulsky wants to merge 14 commits intomasterfrom
KakeJopulsky wants to merge 14 commits intomasterfrom
Conversation
[PIR-142] Upgrade mParticle SDK
[PIR-142] Update mParticle SDK, logs apiKey suffixes of attempted iOS sandbox device registrants
fix log statement, remove deprecated test
Author
[PIR-142] Logs key suffix if isSandboxed is true
reset sdk to 2.2
Fix null pointer error in prod due to a user_attribute_list with a null value.
Reject requests with API keys with incorrect length to avoid the extra latency from calling the Iterable API with them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Status
READY
Jira Ticket(s)
Description
isSandboxedto check if it should use APNS sandboxisSandboxedalways returns null, so customers currently trying to register APNS sandbox devices are actually registering devices on APNS prodisDebugwill correctly allow customers to correctly register APNS sandbox devicesThe log statement allows us to identify if any customers are passing events where
isSandboxedreturns true. We can message those customers of the upcoming changes that will remove isSandboxed in favor of isDebug.Testing
testtile