Skip to content

Commit c6a500a

Browse files
ofrobotsstephenplusplus
authored andcommitted
betas for logging-{winston,bunyan}, error-reporting (googleapis#2454)
These modules can now be declared in beta.
1 parent 8280bd6 commit c6a500a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

packages/error-reporting/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
[![NPM Version][npm-image]][npm-url]
44
[![Known Vulnerabilities][snyk-image]][snyk-url]
55

6-
> This module is experimental, and should be used by early adopters.
7-
> This module uses APIs that may be undocumented and are subject to change without notice.
6+
> **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.*
87
98
This module provides Stackdriver Error Reporting support for Node.js applications.
109
[Stackdriver Error Reporting](https://cloud.google.com/error-reporting/) is a feature of

packages/logging-bunyan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This module provides an easy to use, higher-level layer for working with Stackdr
55

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

8-
> *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.*
8+
> **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.*
99
1010
``` sh
1111
$ npm install --save @google-cloud/logging-bunyan

packages/logging-winston/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This module provides an easy to use, higher-level layer for working with Stackdr
55

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

8-
> *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.*
8+
> **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.*
99
1010
``` sh
1111
$ npm install --save @google-cloud/logging-winston

0 commit comments

Comments
 (0)