You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,13 @@ Here's an introductory video:
16
16
17
17
1. You need a [Google Cloud project](https://console.cloud.google.com).
18
18
1.[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.
19
-
1. Create a browser API key: Follow [these instructions](https://support.google.com/cloud/answer/6158862) to get an API key for your project. If this is not an option for your team, you can [use a custom url](#configuring-without-an-api-key) to send your errors to.
19
+
1. Create a browser API key:
20
+
21
+
- Follow [these instructions](https://support.google.com/cloud/answer/6158862) to get an API key for your project.
22
+
- Recommended: Use **Application restrictions** to restrict this key to your website.
23
+
- Recommended: Use **API restrictions** to limit this key to the *Stackdriver Error Reporting API*.
24
+
25
+
If API keys are not an option for your team, you can [use a custom url](#configuring-without-an-api-key) to send your errors to your backend.
0 commit comments