VIDSOL-671: Dependendcy for Android and IOS logger. Adds Batch JSON Log Upload#429
Merged
HapPiNeHsSs merged 1 commit intodevelopfrom Apr 8, 2026
Merged
VIDSOL-671: Dependendcy for Android and IOS logger. Adds Batch JSON Log Upload#429HapPiNeHsSs merged 1 commit intodevelopfrom
HapPiNeHsSs merged 1 commit intodevelopfrom
Conversation
OscarFava
approved these changes
Apr 8, 2026
Copilot AI
pushed a commit
that referenced
this pull request
Apr 11, 2026
…og Upload (#429) Merged Co-authored-by: johnny-quesada-developer <62082152+johnny-quesada-developer@users.noreply.github.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What is this PR doing?
Adds
client-logs/batchendpoint that works like client-logs but accepts an array of json instead of just one json objectHow should this be manually tested?
Send
[{"guid":"816747fa-a603-4af3-923f-3c9a424209c5","clientSystemTime":1774933720700,"level":"info","userAgent":"main","source":"PiP","action":"API does not support PiP"},{"guid":"816747fa-a603-4af3-923f-3c9a424209c6","clientSystemTime":1774933720702,"level":"error","userAgent":"main","source":"Opentok","action":"TEST ERROR"}]to client-logs/batchWhat are the relevant tickets?
A maintainer will add this ticket number.
Resolves VIDSOL-
Checklist
[x] Branch is based on
develop(notmain).[ ] Resolves a
Known Issue.[ ] If yes, did you remove the item from the
docs/KNOWN_ISSUES.md?[ ] Resolves an item reported in
Issues.If yes, which issue? Issue Number?