Skip to content

Commit

Permalink
Site updated at 2013-05-11 02:23:23 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
devilankur18 committed May 11, 2013
1 parent 381ef5f commit 6bb08cd
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[DEBUGGIFY]]></title>
<link href="http://debuggify.github.com/atom.xml" rel="self"/>
<link href="http://debuggify.github.com/"/>
<updated>2013-05-11T02:24:37+05:30</updated>
<updated>2013-05-11T07:52:57+05:30</updated>
<id>http://debuggify.github.com/</id>
<author>
<name><![CDATA[Debuggify]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/debugging/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: debugging | DEBUGGIFY]]></title>
<link href="http://debuggify.github.com/blog/categories/debugging/atom.xml" rel="self"/>
<link href="http://debuggify.github.com/"/>
<updated>2013-05-11T02:24:37+05:30</updated>
<updated>2013-05-11T07:52:57+05:30</updated>
<id>http://debuggify.github.com/</id>
<author>
<name><![CDATA[Debuggify]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/javascript/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: javascript | DEBUGGIFY]]></title>
<link href="http://debuggify.github.com/blog/categories/javascript/atom.xml" rel="self"/>
<link href="http://debuggify.github.com/"/>
<updated>2013-05-11T02:24:37+05:30</updated>
<updated>2013-05-11T07:52:57+05:30</updated>
<id>http://debuggify.github.com/</id>
<author>
<name><![CDATA[Debuggify]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/production/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: production | DEBUGGIFY]]></title>
<link href="http://debuggify.github.com/blog/categories/production/atom.xml" rel="self"/>
<link href="http://debuggify.github.com/"/>
<updated>2013-05-11T02:24:37+05:30</updated>
<updated>2013-05-11T07:52:57+05:30</updated>
<id>http://debuggify.github.com/</id>
<author>
<name><![CDATA[Debuggify]]></name>
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/advance/README.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/guides/advance/README.md
Expand Up @@ -200,13 +200,13 @@ This will restore the original functions. This will work only if the function is



## Track Cross Domain Scripts
## Track Cross Origin Scripts

The are many different techniques to track cross domain scripts
The are many different techniques to track cross origin scripts

### Fetch the javascript from the same origin as the current page.

For your own code its easy to host it on the same domain or setup a proxy which fetches the cross domain scripts and serve them. This may not play well with third party scripts as they further load many other scripts.
For your own code its easy to host it on the same domain or setup a proxy which fetches the cross origin scripts and serve them. This may not play well with third party scripts as they further load many other scripts.

### Wrap whole file inside try-catch

Expand Down Expand Up @@ -246,7 +246,7 @@ If the script is hosted on a different origin than the current page origin. Basi

### How to get actual error message

Check [Track Cross Domain Scripts](#!/guide/advance-section-4)
Check [Track Cross Origin Scripts](#!/guide/advance-section-4)



Expand Down
2 changes: 1 addition & 1 deletion docs/guides/faqs/README.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/guides/faqs/README.md
@@ -1,8 +1,8 @@
# Frequently Asked Questions

## Does it track errors in cross domain scripts.
## Does it track errors in cross origin scripts.

Check [Track Cross Domain Scripts](#!/guide/advance-section-4)
Check [Track Cross Origin Scripts](#!/guide/advance-section-4)



Expand All @@ -27,7 +27,7 @@ So its hard to collect bulky informations like stacktraces, custom user informat
Debuggify does much more than just tracking javascript exceptions through `window.onerror`.

- provide apis to track custom exceptions though try catch
- enables you to track errors for cross domain scripts
- enables you to track errors for cross origin scripts
- support minified code through source map
- track the users so its easy to understand the impact of problem.
- supports modular logging same as server side
Expand Down

0 comments on commit 6bb08cd

Please sign in to comment.