This repository was archived by the owner on Jan 21, 2026. It is now read-only.
chore(docs): Replace "Stackdriver Trace" with "Cloud Trace" in the README file#1406
Merged
sofisl merged 10 commits intogoogleapis:mainfrom Aug 10, 2022
Merged
chore(docs): Replace "Stackdriver Trace" with "Cloud Trace" in the README file#1406sofisl merged 10 commits intogoogleapis:mainfrom
sofisl merged 10 commits intogoogleapis:mainfrom
Conversation
…driver Trace (old branding).
|
Warning: This pull request is touching the following templated files:
|
gkf
reviewed
Nov 23, 2021
| The Trace Agent supports Node 8+. | ||
|
|
||
| > **Note**: Using the Trace Agent requires a Google Cloud Project with the [Stackdriver Trace API enabled](https://console.cloud.google.com/flows/enableapi?apiid=cloudtrace) and associated credentials. These values are auto-detected if the application is running on Google Cloud Platform. If your application is not running on GCP, you will need to specify the project ID and credentials either through the configuration object, or with environment variables. See [Setting Up Stackdriver Trace for Node.js][setting-up-stackdriver-trace] for more details. | ||
| > **Note**: Using the Trace Agent requires a Google Cloud Project with the [Cloud Trace API enabled](https://console.cloud.google.com/flows/enableapi?apiid=cloudtrace) and associated credentials. These values are auto-detected if the application is running on Google Cloud Platform. If your application is not running on GCP, you will need to specify the project ID and credentials either through the configuration object, or with environment variables. See [Setting Up Cloud Trace for Node.js][setting-up-stackdriver-trace] for more details. |
There was a problem hiding this comment.
I found a link tag to update here: [setting-up-stackdriver-trace]. (Doesn't matter much since it is not actually visible.)
Contributor
|
@michaelsafyan FYI, you will want to update https://github.com/googleapis/cloud-trace-nodejs/blob/main/.readme-partials.yaml rather than README.md, this file is combined with common templates to create README.md. |
Contributor
Author
|
Thanks, @bcoe ! I've added the change to |
chingor13
approved these changes
Feb 18, 2022
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
"Stackdriver Trace" is old branding; Cloud Trace (and other products formerly under the Stackdriver branding umbrella) were rebranded a while back. Reflecting the new branding.