Skip to content

Commit

Permalink
betas for logging-{winston,bunyan}, error-reporting (#2454)
Browse files Browse the repository at this point in the history
These modules can now be declared in beta.
  • Loading branch information
ofrobots authored and stephenplusplus committed Jul 17, 2017
1 parent 8280bd6 commit c6a500a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
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

0 comments on commit c6a500a

Please sign in to comment.