diff --git a/example/index.html b/example/index.html
index b7ebbdd018eb..f6d6823179d4 100644
--- a/example/index.html
+++ b/example/index.html
@@ -3,8 +3,7 @@
Scratch Disk
-
-
+
@@ -14,7 +13,8 @@
//awesome
Raven.config('http://50dbe04cd1224d439e9c49bf1d0464df@localhost:8000/1', {
whitelistUrls: [
- /localhost/
+ /localhost/,
+ /127\.0\.0\.1/
],
dataCallback: function(data) {
console.log(data);
@@ -25,7 +25,8 @@
Raven.setUserContext({
email: 'matt@ydekproductions.com',
id: 5
-})
+});
+
@@ -36,6 +37,7 @@
+