Skip to content

Commit 3d19961

Browse files
authored
Stackdriver -> Cloud
1 parent 66ac63a commit 3d19961

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
# Experimental Client-side JavaScript library for Stackdriver Error Reporting
1+
# Experimental Client-side JavaScript library for Cloud Error Reporting
22

33
> **This is not an official Google product.** This module is experimental and may not be ready for use.
44
55
[![Build Status][travis-ci status image]][travis-ci status link]
66

7-
This **experimental** library provides Stackdriver Error Reporting support for client-side web JavaScript applications. [Stackdriver Error Reporting](https://cloud.google.com/error-reporting/) is a feature of Google Cloud Platform that allows in-depth monitoring and viewing of errors reported by applications running in almost any environment. For server-side Node.js error reporting, use [cloud-errors-nodejs](https://github.com/GoogleCloudPlatform/cloud-errors-nodejs) instead.
7+
This **experimental** library provides Cloud Error Reporting support for client-side web JavaScript applications. [Cloud Error Reporting](https://cloud.google.com/error-reporting/) is a feature of Google Cloud Platform that allows in-depth monitoring and viewing of errors reported by applications running in almost any environment. For server-side Node.js error reporting, use [cloud-errors-nodejs](https://github.com/GoogleCloudPlatform/cloud-errors-nodejs) instead.
88

99
Here's an introductory video:
1010

11-
[![Learn about Error Reporting in Stackdriver][video thumbnail]][video link]
11+
[![Learn about Cloud Error Reporting][video thumbnail]][video link]
1212

1313
## Prerequisites
1414

1515
1. You need a [Google Cloud project](https://console.cloud.google.com).
1616

17-
2. [Enable the Stackdriver Error Reporting API](https://console.cloud.google.com/apis/api/clouderrorreporting.googleapis.com/overview) for your project. We highly recommend to restrict the usage of the key to your website URL only using an 'HTTP referrer' restriction.
17+
2. [Enable the Cloud Error Reporting API](https://console.cloud.google.com/apis/api/clouderrorreporting.googleapis.com/overview) for your project. We highly recommend to restrict the usage of the key to your website URL only using an 'HTTP referrer' restriction.
1818

1919
3. Create a browser API key:
2020
- Follow [using api keys instructions](https://support.google.com/cloud/answer/6158862) to get an API key for your project.
2121
- Recommended: Use **Application restrictions** to restrict this key to your website.
22-
- Recommended: Use **API restrictions** to limit this key to the *Stackdriver Error Reporting API*.
22+
- Recommended: Use **API restrictions** to limit this key to the *Cloud Error Reporting API*.
2323

2424
If API keys are not an option for your team, [use a custom url](
2525
#configuring-without-an-api-key) to send your errors to your backend.
@@ -61,7 +61,7 @@ Open the page that you instrumented, open the Developer Tools console and enter
6161
})();
6262
```
6363

64-
Open [Stackdriver Error Reporting](https://console.cloud.google.com/errors) to view the error and opt-in to notifications on new errors.
64+
Open [Cloud Error Reporting](https://console.cloud.google.com/errors) to view the error and opt-in to notifications on new errors.
6565

6666

6767
## Setup for JavaScript

0 commit comments

Comments
 (0)