This example demonstrates how to use `RecordingId`s to create a single shared recording across multiple processes. Run the following multiple times, and you'll see that each invocation adds data to the existing recording rather than creating a new one: ```bash cargo run ```