Skip to content

Commit b977ddc

Browse files
committed
Improve docs around configured allowed domains
1 parent 38ef00e commit b977ddc

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/index.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,20 @@ you can use our CDN:
2727

2828
<script src="//cdn.ravenjs.com/1.1.19/raven.min.js"></script>
2929

30-
Configuring the Client
31-
----------------------
30+
Configuring the Project
31+
-----------------------
3232

3333
We must first configure Sentry to allow certain hosts to report errors.
3434
This prevents abuse so somebody else couldn't start sending errors to your
35-
account from their site. This can be found under the *Project Details*
36-
page in Sentry.
35+
account from their site.
36+
37+
This can be found under the **Project Settings** page in Sentry. You'll need
38+
to add each domain that you plan to report from into the **Allowed Domains**
39+
box. Alternatively if you're not worried about CORS security, you can simply
40+
enter ``*`` to whitelist all domains.
41+
42+
Configuring the Client
43+
----------------------
3744

3845
Now need to set up Raven.js to use your Sentry DSN:
3946

0 commit comments

Comments
 (0)