✨ Add live debugger integration and configuration options#3996
Draft
✨ Add live debugger integration and configuration options#3996
Conversation
- Introduced `sendLiveDebuggerLog` method to the RumPublicApi for sending log events. - Added configuration options for Firebase Remote Config integration, including `allowLiveDebugger`, `liveDebuggerId`, `firebaseConfig`, and `firebaseVersion`. - Updated the `startRumEventCollection` function to initialize Firebase Remote Config if enabled.
Bundles Sizes Evolution
🚀 CPU Performance
🧠 Memory Performance
|
|
removed * from .gitignore and add new lines in liveDebuggerLogger files for consistency
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
… submission - Added `sendRawLog` method to the `LogsPublicApi`, allowing logs to be sent directly to the `LOG_COLLECTED` lifecycle event, bypassing the assembly step. - Enhanced the `liveDebug` function in the live debugger to match the `dd-trace-js` send method signature, enabling structured log submissions. - Updated tests to verify the functionality of the new logging methods and ensure proper payload construction.
- Updated the `liveDebug` function to include the application ID from the RUM internal context, improving log context. - Modified the live debugger test configuration to specify a service name for better log categorization.
Collaborator
|
@allspain, in order to better keep track of PRs that need our attention, I'm gonna convert this PR to draft. |
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.
DO NOT MERGE THIS IS FOR A POC FOR INNOVATION WEEK
sendLiveDebuggerLogmethod to the RumPublicApi for sending log events.allowLiveDebugger,liveDebuggerId,firebaseConfig, andfirebaseVersion.startRumEventCollectionfunction to initialize Firebase Remote Config if enabled.Motivation
Changes
Test instructions
Checklist