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:
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
3333We must first configure Sentry to allow certain hosts to report errors.
3434This 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
3845Now need to set up Raven.js to use your Sentry DSN:
3946
You can’t perform that action at this time.
0 commit comments