We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c115ce1 + b87b888 commit d7081afCopy full SHA for d7081af
Gruntfile.js
@@ -215,4 +215,3 @@ module.exports = function(grunt) {
215
});
216
217
};
218
-
examples/requirejs/README.md
@@ -4,7 +4,8 @@
4
5
```js
6
7
- // Download https://cdnjs.cloudflare.com/ajax/libs/rollbar.js/1.9.2/rollbar.umd.nojson.min.js and place in current directory.
+ //
8
+ // Download the latest rollbar.umd.nojson.min.js and place in current directory.
9
var rollbarConfig = {
10
accessToken: '...',
11
captureUncaught: true,
0 commit comments