|
1 | | -# Experimental Client-side JavaScript library for Stackdriver Error Reporting |
| 1 | +# Experimental Client-side JavaScript library for Cloud Error Reporting |
2 | 2 |
|
3 | 3 | > **This is not an official Google product.** This module is experimental and may not be ready for use. |
4 | 4 |
|
5 | 5 | [![Build Status][travis-ci status image]][travis-ci status link] |
6 | 6 |
|
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. |
8 | 8 |
|
9 | 9 | Here's an introductory video: |
10 | 10 |
|
11 | | -[![Learn about Error Reporting in Stackdriver][video thumbnail]][video link] |
| 11 | +[![Learn about Cloud Error Reporting][video thumbnail]][video link] |
12 | 12 |
|
13 | 13 | ## Prerequisites |
14 | 14 |
|
15 | 15 | 1. You need a [Google Cloud project](https://console.cloud.google.com). |
16 | 16 |
|
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. |
18 | 18 |
|
19 | 19 | 3. Create a browser API key: |
20 | 20 | - Follow [using api keys instructions](https://support.google.com/cloud/answer/6158862) to get an API key for your project. |
21 | 21 | - 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*. |
23 | 23 |
|
24 | 24 | If API keys are not an option for your team, [use a custom url]( |
25 | 25 | #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 |
61 | 61 | })(); |
62 | 62 | ``` |
63 | 63 |
|
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. |
65 | 65 |
|
66 | 66 |
|
67 | 67 | ## Setup for JavaScript |
|
0 commit comments