Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

betas for logging-{winston,bunyan}, error-reporting #2454

Merged
merged 1 commit into from
Jul 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/error-reporting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
[![NPM Version][npm-image]][npm-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]

> This module is experimental, and should be used by early adopters.
> This module uses APIs that may be undocumented and are subject to change without notice.
> **Beta** *This is a Beta release of the Stackdriver Error Reporting libraries for Node.js. These libraries might be changed in backward-incompatible ways and are not subject to any SLA or deprecation policy.*
This module provides Stackdriver Error Reporting support for Node.js applications.
[Stackdriver Error Reporting](https://cloud.google.com/error-reporting/) is a feature of
Expand Down
2 changes: 1 addition & 1 deletion packages/logging-bunyan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This module provides an easy to use, higher-level layer for working with Stackdr

For lower-level access to the Stackdriver Logging API, see [@google-cloud/logging][@google-cloud/logging].

> *This module is experimental and should be used by early adopters. This module uses APIs that may be undocumented and subject to change without notice.*
> **Beta** *This is a Beta release of the Stackdriver Logging libraries for Node.js. These libraries might be changed in backward-incompatible ways and are not subject to any SLA or deprecation policy.*
``` sh
$ npm install --save @google-cloud/logging-bunyan
Expand Down
2 changes: 1 addition & 1 deletion packages/logging-winston/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This module provides an easy to use, higher-level layer for working with Stackdr

For lower-level access to the Stackdriver Logging API, see [@google-cloud/logging][@google-cloud/logging].

> *This module is experimental and should be used by early adopters. This module uses APIs that may be undocumented and subject to change without notice.*
> **Beta** *This is a Beta release of the Stackdriver Logging libraries for Node.js. These libraries might be changed in backward-incompatible ways and are not subject to any SLA or deprecation policy.*
``` sh
$ npm install --save @google-cloud/logging-winston
Expand Down