Skip to content

Conversation

trivikr
Copy link
Member

@trivikr trivikr commented Sep 13, 2024

Issue

https://turbo.build/repo/docs/telemetry

Description

Disables turborepo telemetry

Testing

Before

Telemetry events are emitted

$ TURBO_TELEMETRY_DEBUG=1 yarn build:all
yarn run v1.22.22
$ node ./scripts/turbo build
turbo 2.1.2

[telemetry event]
{
  "generic": {
    "id": "9199be4c-f754-4e10-87eb-37379040604a",
    "key": "execution",
    "value": "started",
    "parent_id": null
  }
}

[telemetry event]
{
  "generic": {
    "id": "9199be4c-f754-4e10-87eb-37379040604a",
    "key": "platform",
    "value": "linux-64",
    "parent_id": null
  }
}
...

After

Telemetry events are not emitted

$ TURBO_TELEMETRY_DEBUG=1 yarn build:all
yarn run v1.22.22
$ node ./scripts/turbo build
turbo 2.1.2

• Packages in scope: @aws-sdk/aws-client-api-test, ...

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@trivikr trivikr force-pushed the turbo-disable-telemetry branch from d1b0ead to 26c0194 Compare September 16, 2024 14:13
@trivikr trivikr marked this pull request as ready for review September 16, 2024 14:16
@trivikr trivikr requested a review from a team as a code owner September 16, 2024 14:16
@trivikr trivikr merged commit 71131f2 into aws:main Sep 16, 2024
4 checks passed
@trivikr trivikr deleted the turbo-disable-telemetry branch September 16, 2024 14:30
RanVaknin pushed a commit to RanVaknin/aws-sdk-js-v3 that referenced this pull request Sep 21, 2024
Copy link

github-actions bot commented Oct 3, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants