Skip to content

Commit

Permalink
release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Barmonde committed Aug 17, 2017
1 parent 6a4839e commit 6805487
Show file tree
Hide file tree
Showing 14 changed files with 226 additions and 271 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## v2.2.1
- Disable collection of network telemetry data by default

## v2.2.0
- Telemetry data is now collected by default in the browser. See
[README.md](https://github.com/rollbar/rollbar.js#telemetry)
Expand Down
116 changes: 52 additions & 64 deletions dist/rollbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
/************************************************************************/
/******/ ([
/* 0 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

Expand All @@ -67,9 +67,9 @@
module.exports = rollbar;


/***/ },
/***/ }),
/* 1 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

Expand Down Expand Up @@ -469,9 +469,9 @@
module.exports = Rollbar;


/***/ },
/***/ }),
/* 2 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

Expand Down Expand Up @@ -598,9 +598,9 @@
module.exports = Rollbar;


/***/ },
/***/ }),
/* 3 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

'use strict';

Expand Down Expand Up @@ -734,9 +734,9 @@
module.exports = RateLimiter;


/***/ },
/***/ }),
/* 4 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

Expand Down Expand Up @@ -992,9 +992,9 @@
module.exports = Queue;


/***/ },
/***/ }),
/* 5 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

Expand Down Expand Up @@ -1585,9 +1585,9 @@
};


/***/ },
/***/ }),
/* 6 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

'use strict';

Expand Down Expand Up @@ -1677,9 +1677,9 @@



/***/ },
/***/ }),
/* 7 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

// json3.js
// 2017-02-21
Expand Down Expand Up @@ -2446,9 +2446,9 @@
module.exports = setupCustomJSON;


/***/ },
/***/ }),
/* 8 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

Expand Down Expand Up @@ -2570,9 +2570,9 @@
module.exports = Notifier;


/***/ },
/***/ }),
/* 9 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

Expand Down Expand Up @@ -2714,9 +2714,9 @@
module.exports = Telemeter;


/***/ },
/***/ }),
/* 10 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

Expand Down Expand Up @@ -2788,9 +2788,9 @@
module.exports = Api;


/***/ },
/***/ }),
/* 11 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

Expand Down Expand Up @@ -2884,9 +2884,9 @@
};


/***/ },
/***/ }),
/* 12 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

Expand Down Expand Up @@ -2934,9 +2934,9 @@
};


/***/ },
/***/ }),
/* 13 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

// Console-polyfill. MIT license.
// https://github.com/paulmillr/console-polyfill
Expand All @@ -2959,9 +2959,9 @@
})(typeof window === 'undefined' ? this : window);


/***/ },
/***/ }),
/* 14 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

'use strict';

Expand Down Expand Up @@ -2997,9 +2997,9 @@
module.exports = Detection;


/***/ },
/***/ }),
/* 15 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

'use strict';

Expand Down Expand Up @@ -3112,9 +3112,9 @@
};


/***/ },
/***/ }),
/* 16 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

Expand Down Expand Up @@ -3324,9 +3324,9 @@
};


/***/ },
/***/ }),
/* 17 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

'use strict';

Expand Down Expand Up @@ -3411,9 +3411,9 @@
};


/***/ },
/***/ }),
/* 18 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

Expand Down Expand Up @@ -3674,9 +3674,9 @@
};


/***/ },
/***/ }),
/* 19 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

Expand Down Expand Up @@ -3770,9 +3770,9 @@
};


/***/ },
/***/ }),
/* 20 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;(function (root, factory) {
'use strict';
Expand Down Expand Up @@ -3969,15 +3969,13 @@



/***/ },
/***/ }),
/* 21 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;(function (root, factory) {
'use strict';
// Universal Module Definition (UMD) to support AMD, CommonJS/Node.js, Rhino, and browsers.

/* istanbul ignore next */
if (true) {
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory), __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ? (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
} else if (typeof exports === 'object') {
Expand All @@ -3991,7 +3989,7 @@
return !isNaN(parseFloat(n)) && isFinite(n);
}

function StackFrame(functionName, args, fileName, lineNumber, columnNumber, source) {
function StackFrame(functionName, args, fileName, lineNumber, columnNumber) {
if (functionName !== undefined) {
this.setFunctionName(functionName);
}
Expand All @@ -4007,9 +4005,6 @@
if (columnNumber !== undefined) {
this.setColumnNumber(columnNumber);
}
if (source !== undefined) {
this.setSource(source);
}
}

StackFrame.prototype = {
Expand Down Expand Up @@ -4061,13 +4056,6 @@
this.columnNumber = Number(v);
},

getSource: function () {
return this.source;
},
setSource: function (v) {
this.source = String(v);
},

toString: function() {
var functionName = this.getFunctionName() || '{anonymous}';
var args = '(' + (this.getArgs() || []).join(',') + ')';
Expand All @@ -4082,9 +4070,9 @@
}));


/***/ },
/***/ }),
/* 22 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

Expand Down Expand Up @@ -4141,9 +4129,9 @@
};


/***/ },
/***/ }),
/* 23 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

Expand Down Expand Up @@ -4297,17 +4285,17 @@



/***/ },
/***/ }),
/* 24 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

'use strict';

var _ = __webpack_require__(5);
var urlparser = __webpack_require__(17);

var defaults = {
network: true,
network: false,
log: true,
dom: true,
navigation: true,
Expand Down Expand Up @@ -4800,5 +4788,5 @@
module.exports = Instrumenter;


/***/ }
/***/ })
/******/ ]);
2 changes: 1 addition & 1 deletion dist/rollbar.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rollbar.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 6805487

Please sign in to comment.