We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8626b8b commit d7ff0bcCopy full SHA for d7ff0bc
example/index.html
@@ -19,12 +19,6 @@
19
id: 5
20
})
21
22
-function testOptions() {
23
- Raven.context({tags: {foo: 'bar'}}, function() {
24
- throw new Error('foo');
25
- });
26
-}
27
-
28
</script>
29
<body>
30
<button id="test">Break me</button>
example/scratch.js
@@ -30,3 +30,9 @@ function somethingelse() {
function derp() {
31
fdas[0];
32
}
33
+
34
+function testOptions() {
35
+ Raven.context({tags: {foo: 'bar'}}, function() {
36
+ throw new Error('foo');
37
+ });
38
+}
0 commit comments