Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GoogleCloudPlatform/opentelemetry-operations-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 602f3e0836a7f0dbbbdb9ed48f0112d987108498
Choose a base ref
..
head repository: GoogleCloudPlatform/opentelemetry-operations-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 51000543a60651d330d504871485c4c31c7b956c
Choose a head ref
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

The packages in this repository support all [officially supported Node.js versions](https://nodejs.org/en/about/releases/) (10, 12, 14, 16).

To get started with instrumentation in Google Cloud, see [Generate traces and metrics with
Node.js](https://cloud.google.com/stackdriver/docs/instrumentation/setup/nodejs).

To learn more about instrumentation and observability, including opinionated recommendations
for Google Cloud Observability, visit [Instrumentation and
observability](https://cloud.google.com/stackdriver/docs/instrumentation/overview).

## OpenTelemetry Google Cloud Trace Exporter

[![npm version](https://badge.fury.io/js/%40google-cloud%2Fopentelemetry-cloud-trace-exporter.svg)](https://badge.fury.io/js/%40google-cloud%2Fopentelemetry-cloud-trace-exporter)
8 changes: 5 additions & 3 deletions docs/releasing.md
Original file line number Diff line number Diff line change
@@ -52,10 +52,12 @@ command and lerna will interactively ask you to input the correct bumps for
each individual package. You may need to do this when first releasing a 0.X
package as 1.0.0.

## Run `npm install && npm run compile`
## Run `npm install && npm run compile && npm run update-snapshot-tests`

Don't forget this step! This will build everything and regenerate the
`src/version.ts` files in each subpackage.
Don't forget this step! This will build everything, and regenerate the `src/version.ts` files
in each subpackage. Updating the version files will actually change the user agent string the
exporters use, so you will need to `update-snapshot-tests` to update snapshot/golden tests with
the new expected user agent. The user agent should be the **only** change to the snapshots.

## Create a new commit

Loading