diff options
| author | Jerop Kipruto <[email protected]> | 2025-06-23 18:01:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-23 22:01:22 +0000 |
| commit | 58572a6eaab903a94402d4d9fa56e16b354d5330 (patch) | |
| tree | 669fc74428f615f9751d610e9665095c25f8b1c1 /docs/cli/tutorials.md | |
| parent | e423d20a8d57d422eef1e9364cee26478f3e4a7d (diff) | |
Use concurrently to run start script with GCP telemetry (#1329)
## TLDR
Introduces the `concurrently` package to simplify the dev startup process with GCP telemetry enabled.
## Dive Deeper
Previously, developers had to run the telemetry script and the main application start script in separate terminals. This change updates the `start:gcp` script to use `concurrently`, allowing both processes to be launched and managed with a single command. This improves the developer experience and reduces the chance of forgetting to start one of the required processes.
## Reviewer Test Plan
Set the required environment variable:
```shell
export OTLP_GOOGLE_CLOUD_PROJECT=<your-project-id>
```
Run the following command:
```shell
npm run start:gcp
```
#750
cc @teeler
Diffstat (limited to 'docs/cli/tutorials.md')
0 files changed, 0 insertions, 0 deletions
