You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/index.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Usage
2
2
=====
3
3
4
-
By default, Raven makes a few efforts to try it's best to capture meaningful stack traces, but browsers make it pretty difficult.
4
+
By default, Raven makes a few efforts to try its best to capture meaningful stack traces, but browsers make it pretty difficult.
5
5
6
6
The easiest solution is to prevent an error from bubbling all of the way up the stack to ``window``.
7
7
@@ -94,4 +94,4 @@ Raven and Sentry now support `Source Maps <http://www.html5rocks.com/en/tutorial
94
94
95
95
We have provided some instructions to creating Source Maps over at https://www.getsentry.com/docs/sourcemaps/. Also, checkout our `Gruntfile <https://github.com/getsentry/raven-js/blob/master/Gruntfile.js>`_ for a good example of what we're doing.
96
96
97
-
I have also made a `Source Map Validator <http://sourcemap-validator.herokuapp.com/>`_ to help verify that things are correct.
97
+
You can use `Source Map Validator <http://sourcemap-validator.herokuapp.com/>`_ to help verify that things are correct.
0 commit comments