File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,20 @@ you can use our CDN:
27
27
28
28
<script src="//cdn.ravenjs.com/1.1.19/raven.min.js"></script>
29
29
30
- Configuring the Client
31
- ----------------------
30
+ Configuring the Project
31
+ -----------------------
32
32
33
33
We must first configure Sentry to allow certain hosts to report errors.
34
34
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
+ ----------------------
37
44
38
45
Now need to set up Raven.js to use your Sentry DSN:
39
46
You can’t perform that action at this time.
0 commit comments