Applies to:
Summary
Goal: Emit traces to two separate projects with distinct root spans simultaneously. Features: Multiple logger instances with independent project targets andsetCurrent: false configuration.
Configuration Steps
Step 1: Create primary logger
Initialize the main logger for your primary project.Step 2: Create secondary logger with setCurrent: false
Initialize a second logger targeting the other project withsetCurrent: false to prevent conflicts.