Showing 2 of 2 total issues
Function setup
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var setup = function(BaseQuery, globalOptions) {
BaseQuery.reopen({
track: function(options) {
var stack = new Error().stack.split('\n').slice(1);
var opts = _.defaults({}, globalOptions, options, {
Function track
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
track: function(options) {
var stack = new Error().stack.split('\n').slice(1);
var opts = _.defaults({}, globalOptions, options, {
fullTrace: false,
log: console.log,