smoke_detector 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/smoke_detector/middleware/javascript_monitors.rb +2 -1
- data/lib/smoke_detector/providers/js/rollbar.js +2343 -0
- data/lib/smoke_detector/providers/rollbar.rb +3 -2
- data/lib/smoke_detector/version.rb +1 -1
- data/spec/dummy/config/initializers/rollbar.rb +52 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +0 -0
- data/spec/dummy/log/test.log +2004 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/-x18hqI9UW005FhNgtUabDb_BX9T417ldrWDmDWNPX8.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/05tGgfvaIZB2WhxiwJDDsK1qSSp8q5z2w0oizhbu63g.cache +2 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/2P9IKzmeq2XFDLIYjg2LNFyWtCBLF-ln0JiHUCrbW0c.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/3gSuQ9W4PxO4smIQPaFSvUPwbTje0ytOAk_48728k8Y.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/4PHfvRiCq9kVrQqfDNAGhcaBoauNSBACR3-CAhb4GdE.cache +2 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/538rWEA_3I2ZHauSM8pcOJP_kWuj6FSnitAiiJbiPN0.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/7o1iNT7bl-ROe5-bYVQCS28fllTA5i6Z0iyjdFvIPIg.cache +3 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/9SY9VqlZtb0EDo8-J83s1Qiq7pTRujc3n2WkrHriGuM.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/Dz7ku8U7vd16P6NMo09ywNulRPottH7H_s-hegc2gus.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/GvpVw77ArWRTSddCmX65HDkzmlE290UZLiRcyQEuSBM.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/Il1yRkc2D9nqrvnlyJyxvRsqpXTMXR5OVueD15805GA.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/J_G_CP7Cl7finRnUkPE3NoWigAsaYpkc0Be7CEYGFjs.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/NbHl6A1212F35_idivtDkIfodWqvEXmqF2xIc5JPMx0.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/O_DOE8ZL1tv6KAmcCD3FcQSefNad6Tvw2hAB-WAYxyE.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/Pz8e-g6mv0m0X3uFkpVwjOTGZEjibszt85vhL5SJdNg.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/SJkrF8Ralh_HhbmvfAKbq_Td3J8UflhAnpsNhon52kE.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/T3VbPBrfBG_M2mtqVvjyaZMp4LETT3VvuvKxp1U56Cc.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/Yt2RZ834NN6kGkm4udDJ-Wtnx2-_14ujv8hQX_OZmOc.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/ZO-3opaC2Gt8QYT5nm1mzL2Jwf4zs_9gVMegU6WWfUY.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/awMEDS383IkYHC7JTIqI6sXg7kzzZv2sQHwjulX0HUs.cache +2 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/q6b8zxMi44GVQTl-GJRWpogdyUFouWI8u09uhqHktSw.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/qO4DbjTAlq45h5i51BWY4m2LXiwxyc9fqhOKcupr4uU.cache +2 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/sJf6s34rz4gdJxfsPCjHDaRkRGCYAp0EujRjwsRI8w0.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/scElb_WiPaZv7rRpGIgZyVh9vDRRojRi_OGL3S2jnHk.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/xMXJ3vour8ycAz_YitjWxbg7iWE5yqDS7ExE6YmICsE.cache +2 -0
- metadata +96 -38
@@ -44,12 +44,13 @@ module SmokeDetector::Providers
|
|
44
44
|
def client_monitoring_code
|
45
45
|
return '' if client_settings[:api_key].blank?
|
46
46
|
client_settings[:accessToken] = client_settings.delete(:api_key)
|
47
|
-
@client_monitoring_code
|
47
|
+
return @client_monitoring_code if @client_monitoring_code
|
48
|
+
@client_monitoring_code ||= <<-JS.freeze
|
48
49
|
<script>
|
49
50
|
var _rollbarConfig = #{client_settings.to_json};
|
50
51
|
</script>
|
51
52
|
<script>
|
52
|
-
!function(r){function t(o){if(e[o])return e[o].exports;var n=e[o]={exports:{},id:o,loaded:!1};return r[o].call(n.exports,n,n.exports,t),n.loaded=!0,n.exports}var e={};return t.m=r,t.c=e,t.p="",t(0)}([function(r,t,e){"use strict";var o=e(1).Rollbar,n=e(2),a="https://d37gvrvc0wt4s1.cloudfront.net/js/v1.4/rollbar.min.js";_rollbarConfig.rollbarJsUrl=_rollbarConfig.rollbarJsUrl||a;var i=o.init(window,_rollbarConfig),l=n(i,_rollbarConfig);i.loadFull(window,document,!1,_rollbarConfig,l)},function(r,t){"use strict";function e(){var r=window.console;r&&"function"==typeof r.log&&r.log.apply(r,arguments)}function o(r){this.shimId=++u,this.notifier=null,this.parentShim=r,this.logger=e,this._rollbarOldOnError=null}function n(r,t,e){window._rollbarWrappedError&&(e[4]||(e[4]=window._rollbarWrappedError),e[5]||(e[5]=window._rollbarWrappedError._rollbarContext),window._rollbarWrappedError=null),r.uncaughtError.apply(r,e),t&&t.apply(window,e)}function a(r){var t=o;return l(function(){if(this.notifier)return this.notifier[r].apply(this.notifier,arguments);var e=this,o="scope"===r;o&&(e=new t(this));var n=Array.prototype.slice.call(arguments,0),a={shim:e,method:r,args:n,ts:new Date};return window._rollbarShimQueue.push(a),o?e:void 0})}function i(r,t){if(t.hasOwnProperty&&t.hasOwnProperty("addEventListener")){var e=t.addEventListener;t.addEventListener=function(t,o,n){e.call(this,t,r.wrap(o),n)};var o=t.removeEventListener;t.removeEventListener=function(r,t,e){o.call(this,r,t&&t._wrapped?t._wrapped:t,e)}}}function l(r,t){return t=t||e,function(){try{return r.apply(this,arguments)}catch(e){t("Rollbar internal error:",e)}}}var u=0;o.init=function(r,t){var e=t.globalAlias||"Rollbar";if("object"==typeof r[e])return r[e];r._rollbarShimQueue=[],r._rollbarWrappedError=null,t=t||{};var a=new o;return l(function(){if(a.configure(t),t.captureUncaught){a._rollbarOldOnError=r.onerror,r.onerror=function(){var r=Array.prototype.slice.call(arguments,0);n(a,a._rollbarOldOnError,r)};var o,l,u="EventTarget,Window,Node,ApplicationCache,AudioTrackList,ChannelMergerNode,CryptoOperation,EventSource,FileReader,HTMLUnknownElement,IDBDatabase,IDBRequest,IDBTransaction,KeyOperation,MediaController,MessagePort,ModalWindow,Notification,SVGElementInstance,Screen,TextTrack,TextTrackCue,TextTrackList,WebSocket,WebSocketWorker,Worker,XMLHttpRequest,XMLHttpRequestEventTarget,XMLHttpRequestUpload".split(",");for(o=0;o<u.length;++o)l=u[o],r[l]&&r[l].prototype&&i(a,r[l].prototype)}return r[e]=a,a},a.logger)()},o.prototype.loadFull=function(r,t,e,o,n){var a=l(function(){var r=t.createElement("script"),n=t.getElementsByTagName("script")[0];r.src=o.rollbarJsUrl,r.async=!e,r.onload=i,n.parentNode.insertBefore(r,n)},this.logger),i=l(function(){var t;if(void 0===r._rollbarPayloadQueue){var e,o,a,i;for(t=new Error("rollbar.js did not load");e=r._rollbarShimQueue.shift();)for(a=e.args,i=0;i<a.length;++i)if(o=a[i],"function"==typeof o){o(t);break}}"function"==typeof n&&n(t)},this.logger);l(function(){e?a():r.addEventListener?r.addEventListener("load",a,!1):r.attachEvent("onload",a)},this.logger)()},o.prototype.wrap=function(r,t){try{var e;if(e="function"==typeof t?t:function(){return t||{}},"function"!=typeof r)return r;if(r._isWrap)return r;if(!r._wrapped){r._wrapped=function(){try{return r.apply(this,arguments)}catch(t){throw t._rollbarContext=e()||{},t._rollbarContext._wrappedSource=r.toString(),window._rollbarWrappedError=t,t}},r._wrapped._isWrap=!0;for(var o in r)r.hasOwnProperty(o)&&(r._wrapped[o]=r[o])}return r._wrapped}catch(n){return r}};for(var s="log,debug,info,warn,warning,error,critical,global,configure,scope,uncaughtError".split(","),p=0;p<s.length;++p)o.prototype[s[p]]=a(s[p]);r.exports={Rollbar:o,_rollbarWindowOnError:n}},function(r,t){"use strict";r.exports=function(r,t){return function(e){if(!e&&!window._rollbarInitialized){var o=window.RollbarNotifier,n=t||{},a=n.globalAlias||"Rollbar",i=window.Rollbar.init(n,r);i._processShimQueue(window._rollbarShimQueue||[]),window[a]=i,window._rollbarInitialized=!0,o.processPayloads()}}}}]);
|
53
|
+
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define(t);else{var r=t();for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(this,function(){return function(e){function t(n){if(r[n])return r[n].exports;var o=r[n]={exports:{},id:n,loaded:!1};return e[n].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var r={};return t.m=e,t.c=r,t.p="",t(0)}([function(e,t,r){e.exports=r(1)},function(e,t,r){"use strict";function n(){var e="undefined"==typeof JSON?{}:JSON,t=r(4),n={};t(n),e=n,o.setupJSON(e)}var o=r(2),i=r(3);n();var a=window._rollbarConfig,s=a&&a.globalAlias||"Rollbar",u=window[s]&&"undefined"!=typeof window[s].shimId;!u&&a?o.wrapper.init(a):(window.Rollbar=o.wrapper,window.RollbarNotifier=i.Notifier),e.exports=o.wrapper},function(e,t,r){"use strict";function n(e){a.setupJSON(e)}function o(e,t,r){!r[4]&&window._rollbarWrappedError&&(r[4]=window._rollbarWrappedError,window._rollbarWrappedError=null),e.uncaughtError.apply(e,r),t&&t.apply(window,r)}function i(e,t){if(t.hasOwnProperty&&t.hasOwnProperty("addEventListener")){var r=t.addEventListener;t.addEventListener=function(t,n,o){r.call(this,t,e.wrap(n),o)};var n=t.removeEventListener;t.removeEventListener=function(e,t,r){n.call(this,e,t&&t._wrapped||t,r)}}}var a=r(3),s=a.Notifier;window._rollbarWrappedError=null;var u={};u.init=function(e,t){var r=new s(t);if(r.configure(e),e.captureUncaught){var n=window.onerror;window.onerror=function(){var e=Array.prototype.slice.call(arguments,0);o(r,n,e)};var a,u,c=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"];for(a=0;a<c.length;++a)u=c[a],window[u]&&window[u].prototype&&i(r,window[u].prototype)}return window.Rollbar=r,s.processPayloads(),r},e.exports={wrapper:u,setupJSON:n}},function(e,t,r){"use strict";function n(e){h=e,g.setupJSON(e)}function o(){return m}function i(e){m=m||this;var t=window.location.protocol;0!==t.indexOf("http")&&(t="https:");var r=t+"//"+i.DEFAULT_ENDPOINT;this.options={enabled:!0,endpoint:r,environment:"production",scrubFields:f.copy(i.DEFAULT_SCRUB_FIELDS),checkIgnore:null,logLevel:i.DEFAULT_LOG_LEVEL,reportLevel:i.DEFAULT_REPORT_LEVEL,uncaughtErrorLevel:i.DEFAULT_UNCAUGHT_ERROR_LEVEL,payload:{}},this.lastError=null,this.plugins={},this.parentNotifier=e,this.logger=function(){if(window.console&&"function"==typeof window.console.log){var e=["Rollbar:"].concat(Array.prototype.slice.call(arguments,0));window.console.log(e)}},e&&(e.hasOwnProperty("shimId")?e.notifier=this:(this.logger=e.logger,this.configure(e.options)))}function a(e,t){return function(){var r=t||this;try{return e.apply(r,arguments)}catch(n){r&&r.logger(n)}}}function s(e){if(!e)return["Unknown error. There was no error message to display.",""];var t=e.match(v),r="(unknown)";return t&&(r=t[t.length-1],e=e.replace((t[t.length-2]||"")+r+":",""),e=e.replace(/(^[\s]+|[\s]+$)/g,"")),[r,e]}function u(){w||(w=setTimeout(c,1e3))}function c(){var e;try{for(;e=window._rollbarPayloadQueue.shift();)l(e.endpointUrl,e.accessToken,e.payload,e.callback)}finally{w=void 0}}function l(e,t,r,n){n=n||function(){};var o=(new Date).getTime();o-y>=6e4&&(y=o,_=0);var i=window._globalRollbarOptions.maxItems,a=window._globalRollbarOptions.itemsPerMinute,s=function(){return!r.ignoreRateLimit&&i>=1&&b>=i},u=function(){return!r.ignoreRateLimit&&a>=1&&_>=a};return s()?void n(new Error(i+" max items reached")):u()?void n(new Error(a+" items per minute reached")):(b++,_++,s()&&m._log(m.options.uncaughtErrorLevel,"maxItems has been hit. Ignoring errors for the remainder of the current page load.",null,{maxItems:i},null,!1,!0),r.ignoreRateLimit&&delete r.ignoreRateLimit,void d.post(e,t,r,function(e,t){return e?n(e):n(null,t)}))}var p=r(5),f=r(6),g=r(7),d=g.XHR,h=null;i.NOTIFIER_VERSION="1.3.0",i.DEFAULT_ENDPOINT="api.rollbar.com/api/1/",i.DEFAULT_SCRUB_FIELDS=["pw","pass","passwd","password","secret","confirm_password","confirmPassword","password_confirmation","passwordConfirmation","access_token","accessToken","secret_key","secretKey","secretToken"],i.DEFAULT_LOG_LEVEL="debug",i.DEFAULT_REPORT_LEVEL="debug",i.DEFAULT_UNCAUGHT_ERROR_LEVEL="warning",i.DEFAULT_ITEMS_PER_MIN=60,i.DEFAULT_MAX_ITEMS=0,i.LEVELS={debug:0,info:1,warning:2,error:3,critical:4},window._rollbarPayloadQueue=[],window._globalRollbarOptions={startTime:(new Date).getTime(),maxItems:i.DEFAULT_MAX_ITEMS,itemsPerMinute:i.DEFAULT_ITEMS_PER_MIN};var m;i._generateLogFn=function(e){return a(function(){var t=this._getLogArgs(arguments);return this._log(e||t.level||this.options.logLevel||i.DEFAULT_LOG_LEVEL,t.message,t.err,t.custom,t.callback)})},i.prototype._getLogArgs=function(e){for(var t,r,n,o,s,u,c,l=this.options.logLevel||i.DEFAULT_LOG_LEVEL,p=0;p<e.length;++p)c=e[p],u=typeof c,"string"===u?r=c:"function"===u?s=a(c,this):c&&"object"===u&&("Date"===c.constructor.name?t=c:c instanceof Error||c.prototype===Error.prototype||c.hasOwnProperty("stack")||"undefined"!=typeof DOMException&&c instanceof DOMException?n=c:o=c);return{level:l,message:r,err:n,custom:o,callback:s}},i.prototype._route=function(e){var t=this.options.endpoint,r=/\/$/.test(t),n=/^\//.test(e);return r&&n?e=e.substring(1):r||n||(e="/"+e),t+e},i.prototype._processShimQueue=function(e){for(var t,r,n,o,a,s,u,c={};r=e.shift();)t=r.shim,n=r.method,o=r.args,a=t.parentShim,u=c[t.shimId],u||(a?(s=c[a.shimId],u=new i(s)):u=this,c[t.shimId]=u),u[n]&&"function"==typeof u[n]&&u[n].apply(u,o)},i.prototype._buildPayload=function(e,t,r,n,o){var a=this.options.accessToken,s=this.options.environment,u=f.copy(this.options.payload),c=f.uuid4();if(void 0===i.LEVELS[t])throw new Error("Invalid level");if(!r&&!n&&!o)throw new Error("No message, stack info or custom data");var l={environment:s,endpoint:this.options.endpoint,uuid:c,level:t,platform:"browser",framework:"browser-js",language:"javascript",body:this._buildBody(r,n,o),request:{url:window.location.href,query_string:window.location.search,user_ip:"$remote_ip"},client:{runtime_ms:e.getTime()-window._globalRollbarOptions.startTime,timestamp:Math.round(e.getTime()/1e3),javascript:{browser:window.navigator.userAgent,language:window.navigator.language,cookie_enabled:window.navigator.cookieEnabled,screen:{width:window.screen.width,height:window.screen.height},plugins:this._getBrowserPlugins()}},server:{},notifier:{name:"rollbar-browser-js",version:i.NOTIFIER_VERSION}};u.body&&delete u.body;var p={access_token:a,data:f.merge(l,u)};return this._scrub(p.data),p},i.prototype._buildBody=function(e,t,r){var n;return n=t?this._buildPayloadBodyTrace(e,t,r):this._buildPayloadBodyMessage(e,r)},i.prototype._buildPayloadBodyMessage=function(e,t){e||(e=t?h.stringify(t):"");var r={body:e};return t&&(r.extra=f.copy(t)),{message:r}},i.prototype._buildPayloadBodyTrace=function(e,t,r){var n=s(t.message),o=t.name||n[0],i=n[1],a={exception:{"class":o,message:i}};if(e&&(a.exception.description=e||"uncaught exception"),t.stack){var u,c,l,p,g,d,h,m;for(a.frames=[],h=0;h<t.stack.length;++h)u=t.stack[h],c={filename:u.url?f.sanitizeUrl(u.url):"(unknown)",lineno:u.line||null,method:u.func&&"?"!==u.func?u.func:"[anonymous]",colno:u.column},l=p=g=null,d=u.context?u.context.length:0,d&&(m=Math.floor(d/2),p=u.context.slice(0,m),l=u.context[m],g=u.context.slice(m)),l&&(c.code=l),(p||g)&&(c.context={},p&&p.length&&(c.context.pre=p),g&&g.length&&(c.context.post=g)),u.args&&(c.args=u.args),a.frames.push(c);return a.frames.reverse(),r&&(a.extra=f.copy(r)),{trace:a}}return this._buildPayloadBodyMessage(o+": "+i,r)},i.prototype._getBrowserPlugins=function(){if(!this._browserPlugins){var e,t,r=window.navigator.plugins||[],n=r.length,o=[];for(t=0;n>t;++t)e=r[t],o.push({name:e.name,description:e.description});this._browserPlugins=o}return this._browserPlugins},i.prototype._scrub=function(e){function t(e,t,r,n,o,i,a,s){return t+f.redact(i)}function r(e){var r;if("string"==typeof e)for(r=0;r<s.length;++r)e=e.replace(s[r],t);return e}function n(e,t){var r;for(r=0;r<a.length;++r)if(a[r].test(e)){t=f.redact(t);break}return t}function o(e,t){var o=n(e,t);return o===t?r(o):o}var i=this.options.scrubFields,a=this._getScrubFieldRegexs(i),s=this._getScrubQueryParamRegexs(i);return f.traverse(e,o),e},i.prototype._getScrubFieldRegexs=function(e){for(var t,r=[],n=0;n<e.length;++n)t="\\[?(%5[bB])?"+e[n]+"\\[?(%5[bB])?\\]?(%5[dD])?",r.push(new RegExp(t,"i"));return r},i.prototype._getScrubQueryParamRegexs=function(e){for(var t,r=[],n=0;n<e.length;++n)t="\\[?(%5[bB])?"+e[n]+"\\[?(%5[bB])?\\]?(%5[dD])?",r.push(new RegExp("("+t+"=)([^&\\n]+)","igm"));return r},i.prototype._urlIsWhitelisted=function(e){var t,r,n,o,i,a,s,u,c,l;try{if(t=this.options.hostWhiteList,r=e.data.body.trace,!t||0===t.length)return!0;if(!r)return!0;for(s=t.length,i=r.frames.length,c=0;i>c;c++){if(n=r.frames[c],o=n.filename,"string"!=typeof o)return!0;for(l=0;s>l;l++)if(a=t[l],u=new RegExp(a),u.test(o))return!0}}catch(p){return this.configure({hostWhiteList:null}),this.error("Error while reading your configuration's hostWhiteList option. Removing custom hostWhiteList.",p),!0}return!1},i.prototype._messageIsIgnored=function(e){var t,r,n,o,i,a,s;try{if(i=!1,n=this.options.ignoredMessages,s=e.data.body.trace,!n||0===n.length)return!1;if(!s)return!1;for(t=s.exception.message,o=n.length,r=0;o>r&&(a=new RegExp(n[r],"gi"),!(i=a.test(t)));r++);}catch(u){this.configure({ignoredMessages:null}),this.error("Error while reading your configuration's ignoredMessages option. Removing custom ignoredMessages.")}return i},i.prototype._enqueuePayload=function(e,t,r,n){var o={callback:n,accessToken:this.options.accessToken,endpointUrl:this._route("item/"),payload:e},i=function(){if(n){var e="This item was not sent to Rollbar because it was ignored. This can happen if a custom checkIgnore() function was used or if the item's level was less than the notifier' reportLevel. See https://rollbar.com/docs/notifier/rollbar.js/configuration for more details.";n(null,{err:0,result:{id:null,uuid:null,message:e}})}};if(this._internalCheckIgnore(t,r,e))return void i();try{if(this.options.checkIgnore&&"function"==typeof this.options.checkIgnore&&this.options.checkIgnore(t,r,e))return void i()}catch(a){this.configure({checkIgnore:null}),this.error("Error while calling custom checkIgnore() function. Removing custom checkIgnore().",a)}if(this._urlIsWhitelisted(e)&&!this._messageIsIgnored(e)){if(this.options.verbose){if(e.data&&e.data.body&&e.data.body.trace){var s=e.data.body.trace,c=s.exception.message;this.logger(c)}this.logger("Sending payload -",o)}"function"==typeof this.options.logFunction&&this.options.logFunction(o);try{"function"==typeof this.options.transform&&this.options.transform(e)}catch(a){this.configure({transform:null}),this.error("Error while calling custom transform() function. Removing custom transform().",a)}this.options.enabled&&(window._rollbarPayloadQueue.push(o),u())}},i.prototype._internalCheckIgnore=function(e,t,r){var n=t[0],o=i.LEVELS[n]||0,a=i.LEVELS[this.options.reportLevel]||0;if(a>o)return!0;var s=this.options?this.options.plugins:{};return s&&s.jquery&&s.jquery.ignoreAjaxErrors&&r.body.message?r.body.messagejquery_ajax_error:!1},i.prototype._log=function(e,t,r,n,o,i,a){var s=null;if(r){if(s=r._savedStackTrace?r._savedStackTrace:p.parse(r),r===this.lastError)return;this.lastError=r}var u=this._buildPayload(new Date,e,t,s,n);a&&(u.ignoreRateLimit=!0),this._enqueuePayload(u,i?!0:!1,[e,t,r,n],o)},i.prototype.log=i._generateLogFn(),i.prototype.debug=i._generateLogFn("debug"),i.prototype.info=i._generateLogFn("info"),i.prototype.warn=i._generateLogFn("warning"),i.prototype.warning=i._generateLogFn("warning"),i.prototype.error=i._generateLogFn("error"),i.prototype.critical=i._generateLogFn("critical"),i.prototype.uncaughtError=a(function(e,t,r,n,o,i){if(i=i||null,o&&o.stack)return void this._log(this.options.uncaughtErrorLevel,e,o,i,null,!0);if(t&&t.stack)return void this._log(this.options.uncaughtErrorLevel,e,t,i,null,!0);var a={url:t||"",line:r};a.func=p.guessFunctionName(a.url,a.line),a.context=p.gatherContext(a.url,a.line);var s={mode:"onerror",message:e||"uncaught exception",url:document.location.href,stack:[a],useragent:navigator.userAgent};o&&(s=o._savedStackTrace||p.parse(o));var u=this._buildPayload(new Date,this.options.uncaughtErrorLevel,e,s);this._enqueuePayload(u,!0,[this.options.uncaughtErrorLevel,e,t,r,n,o])}),i.prototype.global=a(function(e){e=e||{},f.merge(window._globalRollbarOptions,e),void 0!==e.maxItems&&(b=0),void 0!==e.itemsPerMinute&&(_=0)}),i.prototype.configure=a(function(e){f.merge(this.options,e),this.global(e)}),i.prototype.scope=a(function(e){var t=new i(this);return f.merge(t.options.payload,e),t}),i.prototype.wrap=function(e,t){var r;if(r="function"==typeof t?t:function(){return t||{}},"function"!=typeof e)return e;if(e._isWrap)return e;if(!e._wrapped){e._wrapped=function(){try{return e.apply(this,arguments)}catch(t){throw t.stack||(t._savedStackTrace=p.parse(t)),t._rollbarContext=r()||{},t._rollbarContext._wrappedSource=e.toString(),window._rollbarWrappedError=t,t}},e._wrapped._isWrap=!0;for(var n in e)e.hasOwnProperty(n)&&(e._wrapped[n]=e[n])}return e._wrapped};var w,v=new RegExp("^(([a-zA-Z0-9-_$ ]*): *)?(Uncaught )?([a-zA-Z0-9-_$ ]*): ");i.processPayloads=function(e){return e?void c():void u()};var y=(new Date).getTime(),b=0,_=0;e.exports={Notifier:i,setupJSON:n,topLevelNotifier:o}},function(module,exports,__webpack_require__){var setupCustomJSON=function(JSON){function f(e){return 10>e?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return"string"==typeof t?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var r,n,o,i,a,s=gap,u=t[e];switch("function"==typeof rep&&(u=rep.call(t,e,u)),typeof u){case"string":return quote(u);case"number":return isFinite(u)?String(u):"null";case"boolean":case"null":return String(u);case"object":if(!u)return"null";if(gap+=indent,a=[],"[object Array]"===Object.prototype.toString.apply(u)){for(i=u.length,r=0;i>r;r+=1)a[r]=str(r,u)||"null";return o=0===a.length?"[]":gap?"[\n"+gap+a.join(",\n"+gap)+"\n"+s+"]":"["+a.join(",")+"]",gap=s,o}if(rep&&"object"==typeof rep)for(i=rep.length,r=0;i>r;r+=1)"string"==typeof rep[r]&&(n=rep[r],o=str(n,u),o&&a.push(quote(n)+(gap?": ":":")+o));else for(n in u)Object.prototype.hasOwnProperty.call(u,n)&&(o=str(n,u),o&&a.push(quote(n)+(gap?": ":":")+o));return o=0===a.length?"{}":gap?"{\n"+gap+a.join(",\n"+gap)+"\n"+s+"}":"{"+a.join(",")+"}",gap=s,o}}"function"!=typeof Date.prototype.toJSON&&(Date.prototype.toJSON=function(){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(){return this.valueOf()});var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;"function"!=typeof JSON.stringify&&(JSON.stringify=function(e,t,r){var n;if(gap="",indent="","number"==typeof r)for(n=0;r>n;n+=1)indent+=" ";else"string"==typeof r&&(indent=r);if(rep=t,t&&"function"!=typeof t&&("object"!=typeof t||"number"!=typeof t.length))throw new Error("JSON.stringify");return str("",{"":e})}),"function"!=typeof JSON.parse&&(JSON.parse=function(text,reviver){function walk(e,t){var r,n,o=e[t];if(o&&"object"==typeof o)for(r in o)Object.prototype.hasOwnProperty.call(o,r)&&(n=walk(o,r),void 0!==n?o[r]=n:delete o[r]);return reviver.call(e,t,o)}var j;if(text=String(text),cx.lastIndex=0,cx.test(text)&&(text=text.replace(cx,function(e){return"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})),/^[\],:{}\s]*$/.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return j=eval("("+text+")"),"function"==typeof reviver?walk({"":j},""):j;throw new SyntaxError("JSON.parse")})};module.exports=setupCustomJSON},function(e,t,r){"use strict";function n(e,t){return c}function o(e,t){return null}function i(e){var t={};return t._stackFrame=e,t.url=e.fileName,t.line=e.lineNumber,t.func=e.functionName,t.column=e.columnNumber,t.args=e.args,t.context=o(t.url,t.line),t}function a(e){function t(){var t=[];try{t=u.parse(e)}catch(r){t=[]}for(var n=[],o=0;o<t.length;o++)n.push(new i(t[o]));return n}return{stack:t(),message:e.message,name:e.name}}function s(e){return new a(e)}var u=r(8),c="?";e.exports={guessFunctionName:n,gatherContext:o,parse:s,Stack:a,Frame:i}},function(e,t,r){"use strict";var n={merge:function(){var e,t,r,o,i,a,s=arguments[0]||{},u=1,c=arguments.length,l=!0;for("object"!=typeof s&&"function"!=typeof s&&(s={});c>u;u++)if(null!==(e=arguments[u]))for(t in e)e.hasOwnProperty(t)&&(r=s[t],o=e[t],s!==o&&(l&&o&&(o.constructor===Object||(i=o.constructor===Array))?(i?(i=!1,a=[]):a=r&&r.constructor===Object?r:{},s[t]=n.merge(a,o)):void 0!==o&&(s[t]=o)));return s},copy:function(e){var t;return"object"==typeof e&&(e.constructor===Object?t={}:e.constructor===Array&&(t=[])),n.merge(t,e),t},parseUriOptions:{strictMode:!1,key:["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],q:{name:"queryKey",parser:/(?:^|&)([^&=]*)=?([^&]*)/g},parser:{strict:/^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,loose:/^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/}},parseUri:function(e){if(!e||"string"!=typeof e&&!(e instanceof String))throw new Error("Util.parseUri() received invalid input");for(var t=n.parseUriOptions,r=t.parser[t.strictMode?"strict":"loose"].exec(e),o={},i=14;i--;)o[t.key[i]]=r[i]||"";return o[t.q.name]={},o[t.key[12]].replace(t.q.parser,function(e,r,n){r&&(o[t.q.name][r]=n)}),o},sanitizeUrl:function(e){if(!e||"string"!=typeof e&&!(e instanceof String))throw new Error("Util.sanitizeUrl() received invalid input");var t=n.parseUri(e);return""===t.anchor&&(t.source=t.source.replace("#","")),e=t.source.replace("?"+t.query,"")},traverse:function(e,t){var r,o,i,a="object"==typeof e,s=[];if(a)if(e.constructor===Object)for(r in e)e.hasOwnProperty(r)&&s.push(r);else if(e.constructor===Array)for(i=0;i<e.length;++i)s.push(i);for(i=0;i<s.length;++i)r=s[i],o=e[r],a="object"==typeof o,a?null===o?e[r]=t(r,o):o.constructor===Object?e[r]=n.traverse(o,t):o.constructor===Array?e[r]=n.traverse(o,t):e[r]=t(r,o):e[r]=t(r,o);return e},redact:function(e){return e=String(e),new Array(e.length+1).join("*")},uuid4:function(){var e=(new Date).getTime(),t="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){var r=(e+16*Math.random())%16|0;return e=Math.floor(e/16),("x"===t?r:7&r|8).toString(16)});return t}};e.exports=n},function(e,t,r){"use strict";function n(e){o=e}var o=null,i={XMLHttpFactories:[function(){return new XMLHttpRequest},function(){return new ActiveXObject("Msxml2.XMLHTTP")},function(){return new ActiveXObject("Msxml3.XMLHTTP")},function(){return new ActiveXObject("Microsoft.XMLHTTP")}],createXMLHTTPObject:function(){var e,t=!1,r=i.XMLHttpFactories,n=r.length;for(e=0;n>e;e++)try{t=r[e]();break}catch(o){}return t},post:function(e,t,r,n){if("object"!=typeof r)throw new Error("Expected an object to POST");r=o.stringify(r),n=n||function(){};var a=i.createXMLHTTPObject();if(a)try{try{var s=function(e){try{s&&4===a.readyState&&(s=void 0,200===a.status?n(null,o.parse(a.responseText)):n("number"==typeof a.status&&a.status>=400&&a.status<600?new Error(a.status.toString()):new Error))}catch(t){var r;r="object"==typeof t&&t.stack?t:new Error(t),n(r)}};a.open("POST",e,!0),a.setRequestHeader&&(a.setRequestHeader("Content-Type","application/json"),a.setRequestHeader("X-Rollbar-Access-Token",t)),a.onreadystatechange=s,a.send(r)}catch(u){if("undefined"!=typeof XDomainRequest){var c=function(e){n(new Error)},l=function(e){n(new Error)},p=function(e){n(null,o.parse(a.responseText))};a=new XDomainRequest,a.onprogress=function(){},a.ontimeout=c,a.onerror=l,a.onload=p,a.open("POST",e,!0),a.send(r)}}}catch(f){n(f)}}};e.exports={XHR:i,setupJSON:n}},function(e,t,r){var n,o,i;!function(a,s){"use strict";o=[r(9)],n=s,i="function"==typeof n?n.apply(t,o):n,!(void 0!==i&&(e.exports=i))}(this,function(e){"use strict";var t,r,n=/\S+\:\d+/,o=/\s+at /;return t=Array.prototype.map?function(e,t){return e.map(t)}:function(e,t){var r,n=e.length,o=[];for(r=0;n>r;++r)o.push(t(e[r]));return o},r=Array.prototype.filter?function(e,t){return e.filter(t)}:function(e,t){var r,n=e.length,o=[];for(r=0;n>r;++r)t(e[r])&&o.push(e[r]);return o},{parse:function(e){if("undefined"!=typeof e.stacktrace||"undefined"!=typeof e["opera#sourceloc"])return this.parseOpera(e);if(e.stack&&e.stack.match(o))return this.parseV8OrIE(e);if(e.stack&&e.stack.match(n))return this.parseFFOrSafari(e);throw new Error("Cannot parse given Error object")},extractLocation:function(e){if(-1===e.indexOf(":"))return[e];var t=e.replace(/[\(\)\s]/g,"").split(":"),r=t.pop(),n=t[t.length-1];if(!isNaN(parseFloat(n))&&isFinite(n)){var o=t.pop();return[t.join(":"),o,r]}return[t.join(":"),r,void 0]},parseV8OrIE:function(r){var n=this.extractLocation,o=t(r.stack.split("\n").slice(1),function(t){var r=t.replace(/^\s+/,"").split(/\s+/).slice(1),o=n(r.pop()),i=r[0]&&"Anonymous"!==r[0]?r[0]:void 0;return new e(i,void 0,o[0],o[1],o[2])});return o},parseFFOrSafari:function(o){var i=r(o.stack.split("\n"),function(e){return!!e.match(n)}),a=this.extractLocation,s=t(i,function(t){var r=t.split("@"),n=a(r.pop()),o=r.shift()||void 0;return new e(o,void 0,n[0],n[1],n[2])});return s},parseOpera:function(e){return!e.stacktrace||e.message.indexOf("\n")>-1&&e.message.split("\n").length>e.stacktrace.split("\n").length?this.parseOpera9(e):e.stack?this.parseOpera11(e):this.parseOpera10(e)},parseOpera9:function(t){for(var r=/Line (\d+).*script (?:in )?(\S+)/i,n=t.message.split("\n"),o=[],i=2,a=n.length;a>i;i+=2){var s=r.exec(n[i]);s&&o.push(new e(void 0,void 0,s[2],s[1]))}return o},parseOpera10:function(t){for(var r=/Line (\d+).*script (?:in )?(\S+)(?:: In function (\S+))?$/i,n=t.stacktrace.split("\n"),o=[],i=0,a=n.length;a>i;i+=2){var s=r.exec(n[i]);s&&o.push(new e(s[3]||void 0,void 0,s[2],s[1]))}return o},parseOpera11:function(o){var i=r(o.stack.split("\n"),function(e){return!!e.match(n)&&!e.match(/^Error created at/)}),a=this.extractLocation,s=t(i,function(t){var r,n=t.split("@"),o=a(n.pop()),i=n.shift()||"",s=i.replace(/<anonymous function(: (\w+))?>/,"$2").replace(/\([^\)]*\)/g,"")||void 0;i.match(/\(([^\)]*)\)/)&&(r=i.replace(/^[^\(]+\(([^\)]*)\)$/,"$1"));var u=void 0===r||"[arguments not available]"===r?void 0:r.split(",");return new e(s,u,o[0],o[1],o[2])});return s}}})},function(e,t,r){var n,o,i;!function(r,a){"use strict";o=[],n=a,i="function"==typeof n?n.apply(t,o):n,!(void 0!==i&&(e.exports=i))}(this,function(){"use strict";function e(e){return!isNaN(parseFloat(e))&&isFinite(e)}function t(e,t,r,n,o){void 0!==e&&this.setFunctionName(e),void 0!==t&&this.setArgs(t),void 0!==r&&this.setFileName(r),void 0!==n&&this.setLineNumber(n),void 0!==o&&this.setColumnNumber(o)}return t.prototype={getFunctionName:function(){return this.functionName},setFunctionName:function(e){this.functionName=String(e)},getArgs:function(){return this.args},setArgs:function(e){if("[object Array]"!==Object.prototype.toString.call(e))throw new TypeError("Args must be an Array");this.args=e},getFileName:function(){return this.fileName},setFileName:function(e){this.fileName=String(e)},getLineNumber:function(){return this.lineNumber},setLineNumber:function(t){if(!e(t))throw new TypeError("Line Number must be a Number");this.lineNumber=Number(t)},getColumnNumber:function(){return this.columnNumber},setColumnNumber:function(t){if(!e(t))throw new TypeError("Column Number must be a Number");this.columnNumber=Number(t)},toString:function(){var t=this.getFunctionName()||"{anonymous}",r="("+(this.getArgs()||[]).join(",")+")",n=this.getFileName()?"@"+this.getFileName():"",o=e(this.getLineNumber())?":"+this.getLineNumber():"",i=e(this.getColumnNumber())?":"+this.getColumnNumber():"";return t+r+n+o+i}},t})}])});
|
53
54
|
</script>
|
54
55
|
JS
|
55
56
|
end
|
@@ -0,0 +1,52 @@
|
|
1
|
+
require 'rollbar/rails'
|
2
|
+
Rollbar.configure do |config|
|
3
|
+
# Without configuration, Rollbar is enabled in all environments.
|
4
|
+
# To disable in specific environments, set config.enabled=false.
|
5
|
+
|
6
|
+
config.access_token = 'FAKE'
|
7
|
+
|
8
|
+
# Here we'll disable in 'test':
|
9
|
+
if Rails.env.test?
|
10
|
+
config.enabled = false
|
11
|
+
end
|
12
|
+
|
13
|
+
|
14
|
+
# By default, Rollbar will try to call the `current_user` controller method
|
15
|
+
# to fetch the logged-in user object, and then call that object's `id`,
|
16
|
+
# `username`, and `email` methods to fetch those properties. To customize:
|
17
|
+
# config.person_method = "my_current_user"
|
18
|
+
# config.person_id_method = "my_id"
|
19
|
+
# config.person_username_method = "my_username"
|
20
|
+
# config.person_email_method = "my_email"
|
21
|
+
|
22
|
+
# If you want to attach custom data to all exception and message reports,
|
23
|
+
# provide a lambda like the following. It should return a hash.
|
24
|
+
# config.custom_data_method = lambda { {:some_key => "some_value" } }
|
25
|
+
|
26
|
+
# Add exception class names to the exception_level_filters hash to
|
27
|
+
# change the level that exception is reported at. Note that if an exception
|
28
|
+
# has already been reported and logged the level will need to be changed
|
29
|
+
# via the rollbar interface.
|
30
|
+
# Valid levels: 'critical', 'error', 'warning', 'info', 'debug', 'ignore'
|
31
|
+
# 'ignore' will cause the exception to not be reported at all.
|
32
|
+
# config.exception_level_filters.merge!('MyCriticalException' => 'critical')
|
33
|
+
#
|
34
|
+
# You can also specify a callable, which will be called with the exception instance.
|
35
|
+
# config.exception_level_filters.merge!('MyCriticalException' => lambda { |e| 'critical' })
|
36
|
+
|
37
|
+
# Enable asynchronous reporting (uses girl_friday or Threading if girl_friday
|
38
|
+
# is not installed)
|
39
|
+
# config.use_async = true
|
40
|
+
# Supply your own async handler:
|
41
|
+
# config.async_handler = Proc.new { |payload|
|
42
|
+
# Thread.new { Rollbar.process_payload_safely(payload) }
|
43
|
+
# }
|
44
|
+
|
45
|
+
# Enable asynchronous reporting (using sucker_punch)
|
46
|
+
# config.use_sucker_punch
|
47
|
+
|
48
|
+
# Enable delayed reporting (using Sidekiq)
|
49
|
+
# config.use_sidekiq
|
50
|
+
# You can supply custom Sidekiq options:
|
51
|
+
# config.use_sidekiq 'queue' => 'my_queue'
|
52
|
+
end
|
File without changes
|
File without changes
|
@@ -0,0 +1,2004 @@
|
|
1
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
2
|
+
[Rollbar] Tried to send a report with no message, exception or extra data.
|
3
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
6
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
9
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
12
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
13
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
15
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
17
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
18
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
19
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
21
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
26
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
28
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
30
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
31
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
32
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
33
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
34
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
35
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
36
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
37
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
38
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
39
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
40
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
41
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
42
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
43
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
44
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
45
|
+
[Rollbar] Scheduling payload
|
46
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=d4713187-df5d-4abc-b0da-73ea35cf351f (only available if report was successful)
|
47
|
+
[Rollbar] Sending payload
|
48
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
49
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
50
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
51
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
53
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
54
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
55
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
56
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
57
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
58
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
59
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
60
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
61
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
62
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
63
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
64
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
65
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
66
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
67
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
68
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
69
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
70
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
71
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
72
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
73
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
74
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
75
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
76
|
+
Processing by WidgetsController#deep_catch as HTML
|
77
|
+
Rendered widgets/index.html.erb within layouts/application (0.3ms)
|
78
|
+
Completed 200 OK in 286ms (Views: 285.7ms | ActiveRecord: 0.0ms)
|
79
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
80
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
81
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
82
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
83
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
84
|
+
Completed 500 Internal Server Error in 0ms
|
85
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
86
|
+
[Rollbar] Scheduling payload
|
87
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
88
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=763b12aa-856e-47f8-950d-2d5d8e9fc116 (only available if report was successful)
|
89
|
+
[Rollbar] Sending payload
|
90
|
+
[Rollbar] Response: {
|
91
|
+
"err": 1,
|
92
|
+
"message": "invalid access token"
|
93
|
+
}
|
94
|
+
[Rollbar] Exception uuid saved in env: 763b12aa-856e-47f8-950d-2d5d8e9fc116
|
95
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
96
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
97
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
98
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
99
|
+
Processing by WidgetsController#catch as HTML
|
100
|
+
[Rollbar] Scheduling payload
|
101
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=bda83295-a903-4d0d-8a3a-67d3c8c775ae (only available if report was successful)
|
102
|
+
[Rollbar] Sending payload
|
103
|
+
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
104
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
105
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
106
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
107
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
108
|
+
Processing by WidgetsController#bubble_up as HTML
|
109
|
+
Completed 500 Internal Server Error in 0ms
|
110
|
+
[Rollbar] Reporting exception: bubble_up
|
111
|
+
[Rollbar] Scheduling payload
|
112
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=07b457c0-afa1-4fb2-ba0d-4bb0b5908ed7 (only available if report was successful)
|
113
|
+
[Rollbar] Sending payload
|
114
|
+
[Rollbar] Exception uuid saved in env: 07b457c0-afa1-4fb2-ba0d-4bb0b5908ed7
|
115
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
116
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
117
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
118
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
119
|
+
Processing by WidgetsController#deep_catch as HTML
|
120
|
+
[Rollbar] Scheduling payload
|
121
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=949e2a44-859b-4e60-a055-683f4a9086c6 (only available if report was successful)
|
122
|
+
[Rollbar] Sending payload
|
123
|
+
Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
124
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
125
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
126
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
127
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
128
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
129
|
+
Completed 500 Internal Server Error in 0ms
|
130
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
131
|
+
[Rollbar] Scheduling payload
|
132
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=aafbdc24-6571-421d-bfd0-d7a0ed815b00 (only available if report was successful)
|
133
|
+
[Rollbar] Exception uuid saved in env: aafbdc24-6571-421d-bfd0-d7a0ed815b00
|
134
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
135
|
+
[Rollbar] Sending payload
|
136
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
137
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
138
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
139
|
+
Processing by WidgetsController#catch as HTML
|
140
|
+
[Rollbar] Scheduling payload
|
141
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=edcb7bc5-24ef-401b-abed-09b72c1e710b (only available if report was successful)
|
142
|
+
[Rollbar] Sending payload
|
143
|
+
Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
144
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
145
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
146
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
147
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
148
|
+
Processing by WidgetsController#bubble_up as HTML
|
149
|
+
Completed 500 Internal Server Error in 0ms
|
150
|
+
[Rollbar] Reporting exception: bubble_up
|
151
|
+
[Rollbar] Scheduling payload
|
152
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=b22aa322-a209-466f-9228-606a0d871a61 (only available if report was successful)
|
153
|
+
[Rollbar] Sending payload
|
154
|
+
[Rollbar] Exception uuid saved in env: b22aa322-a209-466f-9228-606a0d871a61
|
155
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
156
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
157
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
158
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
159
|
+
Processing by WidgetsController#deep_catch as HTML
|
160
|
+
Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
161
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
162
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
163
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
164
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
165
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
166
|
+
Completed 500 Internal Server Error in 0ms
|
167
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
168
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: deep_bubble_up>
|
169
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
170
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
171
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
172
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
173
|
+
Processing by WidgetsController#catch as HTML
|
174
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
175
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
176
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
177
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
178
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
179
|
+
Processing by WidgetsController#bubble_up as HTML
|
180
|
+
Completed 500 Internal Server Error in 0ms
|
181
|
+
[Rollbar] Reporting exception: bubble_up
|
182
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: bubble_up>
|
183
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
184
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
185
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
186
|
+
Processing by WidgetsController#deep_catch as HTML
|
187
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
188
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
189
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
190
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
191
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
192
|
+
Completed 500 Internal Server Error in 0ms
|
193
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
194
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: deep_bubble_up>
|
195
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
196
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
197
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
198
|
+
Processing by WidgetsController#catch as HTML
|
199
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
200
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
201
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
202
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
203
|
+
Processing by WidgetsController#bubble_up as HTML
|
204
|
+
Completed 500 Internal Server Error in 0ms
|
205
|
+
[Rollbar] Reporting exception: bubble_up
|
206
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: bubble_up>
|
207
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
208
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
209
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
210
|
+
Processing by WidgetsController#index as HTML
|
211
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
212
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
213
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
214
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:21 -0700
|
215
|
+
Processing by WidgetsController#index as HTML
|
216
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
217
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
218
|
+
[Rollbar] Response: {
|
219
|
+
"err": 1,
|
220
|
+
"message": "invalid access token"
|
221
|
+
}
|
222
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
223
|
+
[Rollbar] Response: {
|
224
|
+
"err": 1,
|
225
|
+
"message": "invalid access token"
|
226
|
+
}
|
227
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
228
|
+
[Rollbar] Response: {
|
229
|
+
"err": 1,
|
230
|
+
"message": "invalid access token"
|
231
|
+
}
|
232
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
233
|
+
[Rollbar] Response: {
|
234
|
+
"err": 1,
|
235
|
+
"message": "invalid access token"
|
236
|
+
}
|
237
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
238
|
+
[Rollbar] Response: {
|
239
|
+
"err": 1,
|
240
|
+
"message": "invalid access token"
|
241
|
+
}
|
242
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
243
|
+
[Rollbar] Response: {
|
244
|
+
"err": 1,
|
245
|
+
"message": "invalid access token"
|
246
|
+
}
|
247
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
248
|
+
[Rollbar] Response: {
|
249
|
+
"err": 1,
|
250
|
+
"message": "invalid access token"
|
251
|
+
}
|
252
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
253
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
254
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
255
|
+
Processing by WidgetsController#index as HTML
|
256
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
257
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
258
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
259
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
260
|
+
Processing by WidgetsController#index as HTML
|
261
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
262
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
263
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
264
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
265
|
+
Processing by WidgetsController#index as HTML
|
266
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
267
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
268
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
269
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
270
|
+
Processing by WidgetsController#index as HTML
|
271
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
272
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
273
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
274
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
275
|
+
Processing by WidgetsController#index as HTML
|
276
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
277
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
278
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
279
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
280
|
+
Processing by WidgetsController#index as HTML
|
281
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
282
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
283
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
284
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
285
|
+
Processing by WidgetsController#index as HTML
|
286
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
287
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
288
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
289
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
290
|
+
Processing by WidgetsController#index as HTML
|
291
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
292
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
293
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
294
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
295
|
+
Processing by WidgetsController#index as HTML
|
296
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
297
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
298
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
299
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
300
|
+
Processing by WidgetsController#index as HTML
|
301
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
302
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
303
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
304
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
305
|
+
Processing by WidgetsController#index as HTML
|
306
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
307
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
308
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
309
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
310
|
+
Processing by WidgetsController#index as HTML
|
311
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
312
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
313
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
314
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
315
|
+
Processing by WidgetsController#index as HTML
|
316
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
317
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
318
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
319
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
320
|
+
Processing by WidgetsController#index as HTML
|
321
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
322
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
323
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
324
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
325
|
+
Processing by WidgetsController#index as HTML
|
326
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
327
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
328
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
329
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:22 -0700
|
330
|
+
Processing by WidgetsController#index as HTML
|
331
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
332
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
333
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
334
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:23 -0700
|
335
|
+
Processing by WidgetsController#index as HTML
|
336
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
337
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
338
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
339
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-04 10:38:23 -0700
|
340
|
+
Processing by WidgetsController#index as HTML
|
341
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
342
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
343
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
344
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
345
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
346
|
+
[Rollbar] Scheduling payload
|
347
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=4f5b4658-8d5c-4902-9bcb-1a617774a6ae (only available if report was successful)
|
348
|
+
[Rollbar] Sending payload
|
349
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
350
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
351
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
352
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
353
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
354
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
355
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
356
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
357
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
358
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
359
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
360
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
361
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
362
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
363
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
364
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
365
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
366
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
367
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
368
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
369
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
370
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
371
|
+
Completed 500 Internal Server Error in 1ms
|
372
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
373
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: deep_bubble_up>
|
374
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
375
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
376
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
377
|
+
Processing by WidgetsController#bubble_up as HTML
|
378
|
+
Completed 500 Internal Server Error in 0ms
|
379
|
+
[Rollbar] Reporting exception: bubble_up
|
380
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: bubble_up>
|
381
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
382
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
383
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
384
|
+
Processing by WidgetsController#catch as HTML
|
385
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
386
|
+
[Rollbar] Response: {
|
387
|
+
"err": 1,
|
388
|
+
"message": "invalid access token"
|
389
|
+
}
|
390
|
+
Completed 200 OK in 198ms (Views: 197.7ms | ActiveRecord: 0.0ms)
|
391
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
392
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
393
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
394
|
+
Processing by WidgetsController#deep_catch as HTML
|
395
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
396
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
397
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
398
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
399
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
400
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
401
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
402
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
403
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
404
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
405
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
406
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
407
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
408
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
409
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
410
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
411
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
412
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
413
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
414
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
415
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
416
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
417
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
418
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
419
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
420
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
421
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
422
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
423
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
424
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
425
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
426
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
427
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
428
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
429
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
430
|
+
Completed 500 Internal Server Error in 0ms
|
431
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
432
|
+
[Rollbar] Scheduling payload
|
433
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=db095557-c5c1-4f0c-b4fe-30ffb1450172 (only available if report was successful)
|
434
|
+
[Rollbar] Exception uuid saved in env: db095557-c5c1-4f0c-b4fe-30ffb1450172
|
435
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
436
|
+
[Rollbar] Sending payload
|
437
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
438
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
439
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
440
|
+
Processing by WidgetsController#bubble_up as HTML
|
441
|
+
Completed 500 Internal Server Error in 0ms
|
442
|
+
[Rollbar] Reporting exception: bubble_up
|
443
|
+
[Rollbar] Scheduling payload
|
444
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=28e3a703-50df-4125-b152-4dde670e9429 (only available if report was successful)
|
445
|
+
[Rollbar] Sending payload
|
446
|
+
[Rollbar] Exception uuid saved in env: 28e3a703-50df-4125-b152-4dde670e9429
|
447
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
448
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
449
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
450
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
451
|
+
Processing by WidgetsController#catch as HTML
|
452
|
+
[Rollbar] Scheduling payload
|
453
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=f2bb4ac2-ef32-4be6-9201-eacda88b8f85 (only available if report was successful)
|
454
|
+
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
455
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
456
|
+
[Rollbar] Sending payload
|
457
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
458
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
459
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
460
|
+
Processing by WidgetsController#deep_catch as HTML
|
461
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
462
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
463
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
464
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
465
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
466
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
467
|
+
Completed 500 Internal Server Error in 0ms
|
468
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
469
|
+
[Rollbar] Scheduling payload
|
470
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=b3bf0044-0f49-488d-9123-01e751e16905 (only available if report was successful)
|
471
|
+
[Rollbar] Sending payload
|
472
|
+
[Rollbar] Exception uuid saved in env: b3bf0044-0f49-488d-9123-01e751e16905
|
473
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
474
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
475
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
476
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
477
|
+
Processing by WidgetsController#bubble_up as HTML
|
478
|
+
Completed 500 Internal Server Error in 0ms
|
479
|
+
[Rollbar] Reporting exception: bubble_up
|
480
|
+
[Rollbar] Scheduling payload
|
481
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=5b36a2e8-8ea3-41ed-a7ef-f1b4622e51e7 (only available if report was successful)
|
482
|
+
[Rollbar] Sending payload
|
483
|
+
[Rollbar] Exception uuid saved in env: 5b36a2e8-8ea3-41ed-a7ef-f1b4622e51e7
|
484
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
485
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
486
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
487
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
488
|
+
Processing by WidgetsController#catch as HTML
|
489
|
+
[Rollbar] Scheduling payload
|
490
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=cba188dc-45fa-41f8-8035-56b76c81b1e2 (only available if report was successful)
|
491
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
492
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
493
|
+
[Rollbar] Response: {
|
494
|
+
"err": 1,
|
495
|
+
"message": "invalid access token"
|
496
|
+
}
|
497
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
498
|
+
Completed 200 OK in 44ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
499
|
+
[Rollbar] Response: {
|
500
|
+
"err": 1,
|
501
|
+
"message": "invalid access token"
|
502
|
+
}
|
503
|
+
[Rollbar] Sending payload
|
504
|
+
[Rollbar] Response: {
|
505
|
+
"err": 1,
|
506
|
+
"message": "invalid access token"
|
507
|
+
}
|
508
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
509
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
510
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
511
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
512
|
+
Processing by WidgetsController#deep_catch as HTML
|
513
|
+
[Rollbar] Scheduling payload
|
514
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=17634d2b-5bc7-4a2d-945b-51c38abbc263 (only available if report was successful)
|
515
|
+
[Rollbar] Sending payload
|
516
|
+
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
517
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
518
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
519
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
520
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
521
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
522
|
+
Completed 500 Internal Server Error in 0ms
|
523
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
524
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: deep_bubble_up>
|
525
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
526
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
527
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
528
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
529
|
+
Processing by WidgetsController#bubble_up as HTML
|
530
|
+
Completed 500 Internal Server Error in 0ms
|
531
|
+
[Rollbar] Reporting exception: bubble_up
|
532
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: bubble_up>
|
533
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
534
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
535
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
536
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
537
|
+
Processing by WidgetsController#catch as HTML
|
538
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
539
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
540
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
541
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
542
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
543
|
+
Processing by WidgetsController#deep_catch as HTML
|
544
|
+
Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
545
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
546
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
547
|
+
[Rollbar] Response: {
|
548
|
+
"err": 1,
|
549
|
+
"message": "invalid access token"
|
550
|
+
}
|
551
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
552
|
+
[Rollbar] Tried to send a report with no message, exception or extra data.
|
553
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
554
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
555
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
556
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
557
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
558
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
559
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
560
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
561
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
562
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
563
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
564
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
565
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
566
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
567
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
568
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
569
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
570
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
571
|
+
Processing by WidgetsController#index as HTML
|
572
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
573
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
574
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
575
|
+
[Rollbar] Response: {
|
576
|
+
"err": 1,
|
577
|
+
"message": "invalid access token"
|
578
|
+
}
|
579
|
+
[Rollbar] Scheduling payload
|
580
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=f00f7a83-ab00-40e5-aee0-0f4279f54581 (only available if report was successful)
|
581
|
+
[Rollbar] Sending payload
|
582
|
+
[Rollbar] Exception uuid saved in env: f00f7a83-ab00-40e5-aee0-0f4279f54581
|
583
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
584
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
585
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
586
|
+
Processing by WidgetsController#index as HTML
|
587
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
588
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
589
|
+
[Rollbar] Scheduling payload
|
590
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=18644a0f-af6f-41c3-bdec-1fd532502255 (only available if report was successful)
|
591
|
+
[Rollbar] Sending payload
|
592
|
+
[Rollbar] Exception uuid saved in env: 18644a0f-af6f-41c3-bdec-1fd532502255
|
593
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
594
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
595
|
+
[Rollbar] Response: {
|
596
|
+
"err": 1,
|
597
|
+
"message": "invalid access token"
|
598
|
+
}
|
599
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
600
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
601
|
+
[Rollbar] Response: {
|
602
|
+
"err": 1,
|
603
|
+
"message": "invalid access token"
|
604
|
+
}
|
605
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
606
|
+
Processing by WidgetsController#index as HTML
|
607
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
608
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
609
|
+
[Rollbar] Scheduling payload
|
610
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=dd1ca3a9-8bc2-4798-baaa-79a3d21bd167 (only available if report was successful)
|
611
|
+
[Rollbar] Exception uuid saved in env: dd1ca3a9-8bc2-4798-baaa-79a3d21bd167
|
612
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
613
|
+
[Rollbar] Sending payload
|
614
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
615
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
616
|
+
Processing by WidgetsController#index as HTML
|
617
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
618
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
619
|
+
[Rollbar] Scheduling payload
|
620
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=42e0a1d5-7718-41ff-bb8d-a3694138c8db (only available if report was successful)
|
621
|
+
[Rollbar] Sending payload
|
622
|
+
[Rollbar] Exception uuid saved in env: 42e0a1d5-7718-41ff-bb8d-a3694138c8db
|
623
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
624
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
625
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
626
|
+
Processing by WidgetsController#index as HTML
|
627
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
628
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
629
|
+
[Rollbar] Scheduling payload
|
630
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
631
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=711d47e9-e310-4873-a36a-eebfd3fba006 (only available if report was successful)
|
632
|
+
[Rollbar] Sending payload
|
633
|
+
[Rollbar] Response: {
|
634
|
+
"err": 1,
|
635
|
+
"message": "invalid access token"
|
636
|
+
}
|
637
|
+
[Rollbar] Exception uuid saved in env: 711d47e9-e310-4873-a36a-eebfd3fba006
|
638
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
639
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
640
|
+
[Rollbar] Response: {
|
641
|
+
"err": 1,
|
642
|
+
"message": "invalid access token"
|
643
|
+
}
|
644
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
645
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
646
|
+
Processing by WidgetsController#index as HTML
|
647
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
648
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
649
|
+
[Rollbar] Scheduling payload
|
650
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=37542c6f-7cf8-45ea-af52-b0071f79c784 (only available if report was successful)
|
651
|
+
[Rollbar] Sending payload
|
652
|
+
[Rollbar] Exception uuid saved in env: 37542c6f-7cf8-45ea-af52-b0071f79c784
|
653
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
654
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
655
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
656
|
+
Processing by WidgetsController#index as HTML
|
657
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
658
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
659
|
+
[Rollbar] Scheduling payload
|
660
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=d3e392c2-5b0c-4908-b9e6-e8a724e7f877 (only available if report was successful)
|
661
|
+
[Rollbar] Exception uuid saved in env: d3e392c2-5b0c-4908-b9e6-e8a724e7f877
|
662
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
663
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
664
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
665
|
+
Processing by WidgetsController#index as HTML
|
666
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
667
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
668
|
+
[Rollbar] Scheduling payload
|
669
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=62893942-e485-4f86-aebc-a636372912e4 (only available if report was successful)
|
670
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
671
|
+
[Rollbar] Response: {
|
672
|
+
"err": 1,
|
673
|
+
"message": "invalid access token"
|
674
|
+
}
|
675
|
+
[Rollbar] Sending payload
|
676
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
677
|
+
[Rollbar] Exception uuid saved in env: 62893942-e485-4f86-aebc-a636372912e4
|
678
|
+
[Rollbar] Sending payload
|
679
|
+
[Rollbar] Response: {
|
680
|
+
"err": 1,
|
681
|
+
"message": "invalid access token"
|
682
|
+
}
|
683
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
684
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
685
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
686
|
+
Processing by WidgetsController#index as HTML
|
687
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
688
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
689
|
+
[Rollbar] Scheduling payload
|
690
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=57cfcd5a-e6ec-4d88-89f3-fcfb46fd379d (only available if report was successful)
|
691
|
+
[Rollbar] Sending payload
|
692
|
+
[Rollbar] Exception uuid saved in env: 57cfcd5a-e6ec-4d88-89f3-fcfb46fd379d
|
693
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
694
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
695
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
696
|
+
Processing by WidgetsController#index as HTML
|
697
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
698
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
699
|
+
[Rollbar] Scheduling payload
|
700
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=a7162516-974e-4c0f-8c66-c70c50406168 (only available if report was successful)
|
701
|
+
[Rollbar] Exception uuid saved in env: a7162516-974e-4c0f-8c66-c70c50406168
|
702
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
703
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
704
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
705
|
+
Processing by WidgetsController#index as HTML
|
706
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
707
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
708
|
+
[Rollbar] Scheduling payload
|
709
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=e1e9948a-2e04-4328-8f62-8090fbd725b0 (only available if report was successful)
|
710
|
+
[Rollbar] Sending payload
|
711
|
+
[Rollbar] Exception uuid saved in env: e1e9948a-2e04-4328-8f62-8090fbd725b0
|
712
|
+
[Rollbar] Sending payload
|
713
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
714
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
715
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
716
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
717
|
+
[Rollbar] Response: {
|
718
|
+
"err": 1,
|
719
|
+
"message": "invalid access token"
|
720
|
+
}
|
721
|
+
[Rollbar] Response: {
|
722
|
+
"err": 1,
|
723
|
+
"message": "invalid access token"
|
724
|
+
}
|
725
|
+
[Rollbar] Response: {
|
726
|
+
"err": 1,
|
727
|
+
"message": "invalid access token"
|
728
|
+
}
|
729
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
730
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:14 -0700
|
731
|
+
Processing by WidgetsController#index as HTML
|
732
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
733
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
734
|
+
[Rollbar] Scheduling payload
|
735
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=4e46aa3f-0f5b-48e9-8dab-9e96c1ad8679 (only available if report was successful)
|
736
|
+
[Rollbar] Sending payload
|
737
|
+
[Rollbar] Exception uuid saved in env: 4e46aa3f-0f5b-48e9-8dab-9e96c1ad8679
|
738
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
739
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
740
|
+
[Rollbar] Response: {
|
741
|
+
"err": 1,
|
742
|
+
"message": "invalid access token"
|
743
|
+
}
|
744
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
745
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:15 -0700
|
746
|
+
Processing by WidgetsController#index as HTML
|
747
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
748
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
749
|
+
[Rollbar] Response: {
|
750
|
+
"err": 1,
|
751
|
+
"message": "invalid access token"
|
752
|
+
}
|
753
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
754
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
755
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:15 -0700
|
756
|
+
Processing by WidgetsController#index as HTML
|
757
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
758
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
759
|
+
[Rollbar] Response: {
|
760
|
+
"err": 1,
|
761
|
+
"message": "invalid access token"
|
762
|
+
}
|
763
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
764
|
+
[Rollbar] Response: {
|
765
|
+
"err": 1,
|
766
|
+
"message": "invalid access token"
|
767
|
+
}
|
768
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
769
|
+
[Rollbar] Response: {
|
770
|
+
"err": 1,
|
771
|
+
"message": "invalid access token"
|
772
|
+
}
|
773
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
774
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
775
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:15 -0700
|
776
|
+
Processing by WidgetsController#index as HTML
|
777
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
778
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
779
|
+
[Rollbar] Scheduling payload
|
780
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=cb36db03-602a-4766-a4f8-6f13dd58761d (only available if report was successful)
|
781
|
+
[Rollbar] Exception uuid saved in env: cb36db03-602a-4766-a4f8-6f13dd58761d
|
782
|
+
[Rollbar] Sending payload
|
783
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
784
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
785
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:15 -0700
|
786
|
+
Processing by WidgetsController#index as HTML
|
787
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
788
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
789
|
+
[Rollbar] Scheduling payload
|
790
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=4113a7d0-3060-4677-96bf-b0643d429564 (only available if report was successful)
|
791
|
+
[Rollbar] Sending payload
|
792
|
+
[Rollbar] Exception uuid saved in env: 4113a7d0-3060-4677-96bf-b0643d429564
|
793
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
794
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
795
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:15 -0700
|
796
|
+
Processing by WidgetsController#index as HTML
|
797
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
798
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
799
|
+
[Rollbar] Scheduling payload
|
800
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=bcd39e4e-3d16-4184-aee3-d7ebea6b167f (only available if report was successful)
|
801
|
+
[Rollbar] Sending payload
|
802
|
+
[Rollbar] Exception uuid saved in env: bcd39e4e-3d16-4184-aee3-d7ebea6b167f
|
803
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
804
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
805
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:15 -0700
|
806
|
+
Processing by WidgetsController#index as HTML
|
807
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
808
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
809
|
+
[Rollbar] Scheduling payload
|
810
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=8adbdac8-6b71-41a9-8760-7ad9400982c2 (only available if report was successful)
|
811
|
+
[Rollbar] Exception uuid saved in env: 8adbdac8-6b71-41a9-8760-7ad9400982c2
|
812
|
+
[Rollbar] Sending payload
|
813
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
814
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
815
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:15 -0700
|
816
|
+
Processing by WidgetsController#index as HTML
|
817
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
818
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
819
|
+
[Rollbar] Scheduling payload
|
820
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=d1ac6f3c-7bea-4b31-835a-297f7953ce78 (only available if report was successful)
|
821
|
+
[Rollbar] Sending payload
|
822
|
+
[Rollbar] Exception uuid saved in env: d1ac6f3c-7bea-4b31-835a-297f7953ce78
|
823
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
824
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
825
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:49:15 -0700
|
826
|
+
Processing by WidgetsController#index as HTML
|
827
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
828
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
829
|
+
[Rollbar] Scheduling payload
|
830
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=72f86bfc-59ea-4752-aa1d-ed44b5bcff8f (only available if report was successful)
|
831
|
+
[Rollbar] Sending payload
|
832
|
+
[Rollbar] Exception uuid saved in env: 72f86bfc-59ea-4752-aa1d-ed44b5bcff8f
|
833
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
834
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
835
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
836
|
+
Processing by WidgetsController#catch as HTML
|
837
|
+
Rendered widgets/index.html.erb within layouts/application (0.3ms)
|
838
|
+
Completed 200 OK in 150ms (Views: 148.8ms | ActiveRecord: 0.0ms)
|
839
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
840
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
841
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
842
|
+
Processing by WidgetsController#deep_catch as HTML
|
843
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
844
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
845
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
846
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
847
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
848
|
+
Completed 500 Internal Server Error in 0ms
|
849
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
850
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: deep_bubble_up>
|
851
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
852
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
853
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
854
|
+
Processing by WidgetsController#bubble_up as HTML
|
855
|
+
Completed 500 Internal Server Error in 0ms
|
856
|
+
[Rollbar] Reporting exception: bubble_up
|
857
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: bubble_up>
|
858
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
859
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
860
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
861
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
862
|
+
Processing by WidgetsController#catch as HTML
|
863
|
+
[Rollbar] Scheduling payload
|
864
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=333cfee1-f54d-4cea-aba9-14562346220a (only available if report was successful)
|
865
|
+
[Rollbar] Sending payload
|
866
|
+
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
867
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
868
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
869
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
870
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
871
|
+
Processing by WidgetsController#deep_catch as HTML
|
872
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
873
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
874
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
875
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
876
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
877
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
878
|
+
Completed 500 Internal Server Error in 0ms
|
879
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
880
|
+
[Rollbar] Scheduling payload
|
881
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=2293e4b4-1f0b-4427-bb18-fd12f0d3d93e (only available if report was successful)
|
882
|
+
[Rollbar] Sending payload
|
883
|
+
[Rollbar] Exception uuid saved in env: 2293e4b4-1f0b-4427-bb18-fd12f0d3d93e
|
884
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
885
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
886
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
887
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
888
|
+
Processing by WidgetsController#bubble_up as HTML
|
889
|
+
Completed 500 Internal Server Error in 0ms
|
890
|
+
[Rollbar] Reporting exception: bubble_up
|
891
|
+
[Rollbar] Scheduling payload
|
892
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=229d71d4-66a9-41a0-80eb-fe1896dab576 (only available if report was successful)
|
893
|
+
[Rollbar] Sending payload
|
894
|
+
[Rollbar] Exception uuid saved in env: 229d71d4-66a9-41a0-80eb-fe1896dab576
|
895
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
896
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
897
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
898
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
899
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
900
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
901
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
902
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
903
|
+
[Rollbar] Scheduling payload
|
904
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=5367f9af-0898-495b-adc6-f369b8a4f2d0 (only available if report was successful)
|
905
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
906
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
907
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
908
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
909
|
+
[Rollbar] Sending payload
|
910
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
911
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
912
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
913
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
914
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
915
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
916
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
917
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
918
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
919
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
920
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
921
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
922
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
923
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
924
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
925
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
926
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
927
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
928
|
+
Processing by WidgetsController#index as HTML
|
929
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
930
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
931
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
932
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
933
|
+
Processing by WidgetsController#index as HTML
|
934
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
935
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
936
|
+
[Rollbar] Response: {
|
937
|
+
"err": 1,
|
938
|
+
"message": "invalid access token"
|
939
|
+
}
|
940
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
941
|
+
[Rollbar] Response: {
|
942
|
+
"err": 1,
|
943
|
+
"message": "invalid access token"
|
944
|
+
}
|
945
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
946
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
947
|
+
[Rollbar] Response: {
|
948
|
+
"err": 1,
|
949
|
+
"message": "invalid access token"
|
950
|
+
}
|
951
|
+
[Rollbar] Response: {
|
952
|
+
"err": 1,
|
953
|
+
"message": "invalid access token"
|
954
|
+
}
|
955
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
956
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
957
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
958
|
+
Processing by WidgetsController#index as HTML
|
959
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
960
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
961
|
+
[Rollbar] Scheduling payload
|
962
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=88a29480-7158-46f9-84c3-c3e6cb4dfa5f (only available if report was successful)
|
963
|
+
[Rollbar] Exception uuid saved in env: 88a29480-7158-46f9-84c3-c3e6cb4dfa5f
|
964
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
965
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
966
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
967
|
+
Processing by WidgetsController#index as HTML
|
968
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
969
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
970
|
+
[Rollbar] Scheduling payload
|
971
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=6602f26e-710a-468d-9c5e-375d1c1cba49 (only available if report was successful)
|
972
|
+
[Rollbar] Sending payload
|
973
|
+
[Rollbar] Exception uuid saved in env: 6602f26e-710a-468d-9c5e-375d1c1cba49
|
974
|
+
[Rollbar] Sending payload
|
975
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
976
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
977
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
978
|
+
Processing by WidgetsController#index as HTML
|
979
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
980
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
981
|
+
[Rollbar] Scheduling payload
|
982
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=5acfd38e-b52f-4e6f-8456-19fed9487a7c (only available if report was successful)
|
983
|
+
[Rollbar] Exception uuid saved in env: 5acfd38e-b52f-4e6f-8456-19fed9487a7c
|
984
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
985
|
+
[Rollbar] Sending payload
|
986
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
987
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
988
|
+
Processing by WidgetsController#index as HTML
|
989
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
990
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
991
|
+
[Rollbar] Scheduling payload
|
992
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=b1e8bb9f-6102-4114-b0be-bdc5ba0ee36a (only available if report was successful)
|
993
|
+
[Rollbar] Sending payload
|
994
|
+
[Rollbar] Exception uuid saved in env: b1e8bb9f-6102-4114-b0be-bdc5ba0ee36a
|
995
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
996
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
997
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
998
|
+
Processing by WidgetsController#index as HTML
|
999
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1000
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1001
|
+
[Rollbar] Scheduling payload
|
1002
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=560176ed-7cec-4d64-ac0d-dcce6cb994a7 (only available if report was successful)
|
1003
|
+
[Rollbar] Sending payload
|
1004
|
+
[Rollbar] Exception uuid saved in env: 560176ed-7cec-4d64-ac0d-dcce6cb994a7
|
1005
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1006
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1007
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
1008
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1009
|
+
[Rollbar] Response: {
|
1010
|
+
"err": 1,
|
1011
|
+
"message": "invalid access token"
|
1012
|
+
}
|
1013
|
+
Processing by WidgetsController#index as HTML
|
1014
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1015
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1016
|
+
[Rollbar] Scheduling payload
|
1017
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=18ef01fd-73d2-4364-997f-008c46c0d2ec (only available if report was successful)
|
1018
|
+
[Rollbar] Sending payload
|
1019
|
+
[Rollbar] Exception uuid saved in env: 18ef01fd-73d2-4364-997f-008c46c0d2ec
|
1020
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1021
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1022
|
+
[Rollbar] Response: {
|
1023
|
+
"err": 1,
|
1024
|
+
"message": "invalid access token"
|
1025
|
+
}
|
1026
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1027
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
1028
|
+
Processing by WidgetsController#index as HTML
|
1029
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1030
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1031
|
+
[Rollbar] Scheduling payload
|
1032
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=644edf30-b852-441a-91cf-759af41a5446 (only available if report was successful)
|
1033
|
+
[Rollbar] Sending payload
|
1034
|
+
[Rollbar] Exception uuid saved in env: 644edf30-b852-441a-91cf-759af41a5446
|
1035
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1036
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1037
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1038
|
+
[Rollbar] Response: {
|
1039
|
+
"err": 1,
|
1040
|
+
"message": "invalid access token"
|
1041
|
+
}
|
1042
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
1043
|
+
Processing by WidgetsController#index as HTML
|
1044
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1045
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1046
|
+
[Rollbar] Scheduling payload
|
1047
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=aead13d2-f468-4354-aee1-7d1f2d12f1d4 (only available if report was successful)
|
1048
|
+
[Rollbar] Sending payload
|
1049
|
+
[Rollbar] Exception uuid saved in env: aead13d2-f468-4354-aee1-7d1f2d12f1d4
|
1050
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1051
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1052
|
+
[Rollbar] Response: {
|
1053
|
+
"err": 1,
|
1054
|
+
"message": "invalid access token"
|
1055
|
+
}
|
1056
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1057
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
1058
|
+
Processing by WidgetsController#index as HTML
|
1059
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1060
|
+
[Rollbar] Response: {
|
1061
|
+
"err": 1,
|
1062
|
+
"message": "invalid access token"
|
1063
|
+
}
|
1064
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1065
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1066
|
+
[Rollbar] Scheduling payload
|
1067
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=87758a27-a3f0-4c96-a56f-3bad0b594600 (only available if report was successful)
|
1068
|
+
[Rollbar] Exception uuid saved in env: 87758a27-a3f0-4c96-a56f-3bad0b594600
|
1069
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1070
|
+
[Rollbar] Sending payload
|
1071
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1072
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
1073
|
+
Processing by WidgetsController#index as HTML
|
1074
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1075
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1076
|
+
[Rollbar] Scheduling payload
|
1077
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=ba9434f4-35cb-4de6-89db-998bbeead6a3 (only available if report was successful)
|
1078
|
+
[Rollbar] Sending payload
|
1079
|
+
[Rollbar] Exception uuid saved in env: ba9434f4-35cb-4de6-89db-998bbeead6a3
|
1080
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1081
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1082
|
+
[Rollbar] Response: {
|
1083
|
+
"err": 1,
|
1084
|
+
"message": "invalid access token"
|
1085
|
+
}
|
1086
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1087
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
1088
|
+
Processing by WidgetsController#index as HTML
|
1089
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1090
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1091
|
+
[Rollbar] Scheduling payload
|
1092
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=0b6f922f-bb91-46b4-ba10-8e1d2df4107c (only available if report was successful)
|
1093
|
+
[Rollbar] Sending payload
|
1094
|
+
[Rollbar] Exception uuid saved in env: 0b6f922f-bb91-46b4-ba10-8e1d2df4107c
|
1095
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1096
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1097
|
+
[Rollbar] Response: {
|
1098
|
+
"err": 1,
|
1099
|
+
"message": "invalid access token"
|
1100
|
+
}
|
1101
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1102
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
1103
|
+
Processing by WidgetsController#index as HTML
|
1104
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
1105
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1106
|
+
[Rollbar] Scheduling payload
|
1107
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=bb6ada9f-5bc8-4297-84fc-50754452604e (only available if report was successful)
|
1108
|
+
[Rollbar] Sending payload
|
1109
|
+
[Rollbar] Exception uuid saved in env: bb6ada9f-5bc8-4297-84fc-50754452604e
|
1110
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1111
|
+
[Rollbar] Response: {
|
1112
|
+
"err": 1,
|
1113
|
+
"message": "invalid access token"
|
1114
|
+
}
|
1115
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1116
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1117
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
1118
|
+
Processing by WidgetsController#index as HTML
|
1119
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1120
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1121
|
+
[Rollbar] Scheduling payload
|
1122
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=092e2da5-87a1-49ce-9c56-e388f3c6459a (only available if report was successful)
|
1123
|
+
[Rollbar] Exception uuid saved in env: 092e2da5-87a1-49ce-9c56-e388f3c6459a
|
1124
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1125
|
+
[Rollbar] Sending payload
|
1126
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1127
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1128
|
+
[Rollbar] Response: {
|
1129
|
+
"err": 1,
|
1130
|
+
"message": "invalid access token"
|
1131
|
+
}
|
1132
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
1133
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1134
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1135
|
+
[Rollbar] Response: {
|
1136
|
+
"err": 1,
|
1137
|
+
"message": "invalid access token"
|
1138
|
+
}
|
1139
|
+
[Rollbar] Response: {
|
1140
|
+
"err": 1,
|
1141
|
+
"message": "invalid access token"
|
1142
|
+
}
|
1143
|
+
Processing by WidgetsController#index as HTML
|
1144
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1145
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1146
|
+
[Rollbar] Scheduling payload
|
1147
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=55ea85e9-0087-4f2b-afd7-455e7778af59 (only available if report was successful)
|
1148
|
+
[Rollbar] Sending payload
|
1149
|
+
[Rollbar] Exception uuid saved in env: 55ea85e9-0087-4f2b-afd7-455e7778af59
|
1150
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1151
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1152
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
1153
|
+
Processing by WidgetsController#index as HTML
|
1154
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1155
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1156
|
+
[Rollbar] Scheduling payload
|
1157
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=0098d556-1d75-4df5-b613-3c3f29813738 (only available if report was successful)
|
1158
|
+
[Rollbar] Sending payload
|
1159
|
+
[Rollbar] Exception uuid saved in env: 0098d556-1d75-4df5-b613-3c3f29813738
|
1160
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1161
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1162
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:04 -0700
|
1163
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1164
|
+
Processing by WidgetsController#index as HTML
|
1165
|
+
[Rollbar] Response: {
|
1166
|
+
"err": 1,
|
1167
|
+
"message": "invalid access token"
|
1168
|
+
}
|
1169
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1170
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1171
|
+
[Rollbar] Scheduling payload
|
1172
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=f75f1912-deae-465e-9901-33d9950eef04 (only available if report was successful)
|
1173
|
+
[Rollbar] Sending payload
|
1174
|
+
[Rollbar] Exception uuid saved in env: f75f1912-deae-465e-9901-33d9950eef04
|
1175
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1176
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1177
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:05 -0700
|
1178
|
+
Processing by WidgetsController#index as HTML
|
1179
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
1180
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1181
|
+
[Rollbar] Scheduling payload
|
1182
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=a1624b73-b3e5-4a58-ab6b-02dcf436edac (only available if report was successful)
|
1183
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1184
|
+
[Rollbar] Sending payload
|
1185
|
+
[Rollbar] Exception uuid saved in env: a1624b73-b3e5-4a58-ab6b-02dcf436edac
|
1186
|
+
[Rollbar] Response: {
|
1187
|
+
"err": 1,
|
1188
|
+
"message": "invalid access token"
|
1189
|
+
}
|
1190
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1191
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1192
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:05 -0700
|
1193
|
+
Processing by WidgetsController#index as HTML
|
1194
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1195
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1196
|
+
[Rollbar] Scheduling payload
|
1197
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=caedc641-ecad-42bf-ac26-5913d444a840 (only available if report was successful)
|
1198
|
+
[Rollbar] Sending payload
|
1199
|
+
[Rollbar] Exception uuid saved in env: caedc641-ecad-42bf-ac26-5913d444a840
|
1200
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1201
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1202
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1203
|
+
[Rollbar] Response: {
|
1204
|
+
"err": 1,
|
1205
|
+
"message": "invalid access token"
|
1206
|
+
}
|
1207
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1208
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
1209
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1210
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1211
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1212
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1213
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1214
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1215
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1216
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1217
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1218
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1219
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1220
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1221
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1222
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1223
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1224
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1225
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1226
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1227
|
+
[Rollbar] Response: {
|
1228
|
+
"err": 1,
|
1229
|
+
"message": "invalid access token"
|
1230
|
+
}
|
1231
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1232
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1233
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1234
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1235
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1236
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1237
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 09:53:05 -0700
|
1238
|
+
Processing by WidgetsController#catch as HTML
|
1239
|
+
Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
1240
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1241
|
+
[Rollbar] Scheduling payload
|
1242
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=f3604acf-be9e-4954-8c07-7ed552b89472 (only available if report was successful)
|
1243
|
+
[Rollbar] Exception uuid saved in env: f3604acf-be9e-4954-8c07-7ed552b89472
|
1244
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1245
|
+
[Rollbar] Sending payload
|
1246
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1247
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1248
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 09:53:05 -0700
|
1249
|
+
Processing by WidgetsController#deep_catch as HTML
|
1250
|
+
Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
1251
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1252
|
+
[Rollbar] Scheduling payload
|
1253
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1254
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1255
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=df281804-1f74-47b7-ae44-b9dbf472e578 (only available if report was successful)
|
1256
|
+
[Rollbar] Sending payload
|
1257
|
+
[Rollbar] Response: {
|
1258
|
+
"err": 1,
|
1259
|
+
"message": "invalid access token"
|
1260
|
+
}
|
1261
|
+
[Rollbar] Response: {
|
1262
|
+
"err": 1,
|
1263
|
+
"message": "invalid access token"
|
1264
|
+
}
|
1265
|
+
[Rollbar] Exception uuid saved in env: df281804-1f74-47b7-ae44-b9dbf472e578
|
1266
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1267
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1268
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1269
|
+
[Rollbar] Response: {
|
1270
|
+
"err": 1,
|
1271
|
+
"message": "invalid access token"
|
1272
|
+
}
|
1273
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1274
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 09:53:05 -0700
|
1275
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
1276
|
+
Completed 500 Internal Server Error in 0ms
|
1277
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
1278
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: deep_bubble_up>
|
1279
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1280
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1281
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1282
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 09:53:05 -0700
|
1283
|
+
Processing by WidgetsController#bubble_up as HTML
|
1284
|
+
Completed 500 Internal Server Error in 0ms
|
1285
|
+
[Rollbar] Reporting exception: bubble_up
|
1286
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: bubble_up>
|
1287
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1288
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1289
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1290
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 09:53:05 -0700
|
1291
|
+
Processing by WidgetsController#catch as HTML
|
1292
|
+
[Rollbar] Scheduling payload
|
1293
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=465e7428-9249-4eb5-b0a7-3d5b672572e8 (only available if report was successful)
|
1294
|
+
[Rollbar] Sending payload
|
1295
|
+
Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1296
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1297
|
+
[Rollbar] Scheduling payload
|
1298
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=8f7aa24c-e2be-45f3-91d0-faae7f8fee99 (only available if report was successful)
|
1299
|
+
[Rollbar] Sending payload
|
1300
|
+
[Rollbar] Exception uuid saved in env: 8f7aa24c-e2be-45f3-91d0-faae7f8fee99
|
1301
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1302
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1303
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1304
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 09:53:05 -0700
|
1305
|
+
Processing by WidgetsController#deep_catch as HTML
|
1306
|
+
[Rollbar] Scheduling payload
|
1307
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=ff8c0e04-ce87-4433-aac5-6d35342bb6c9 (only available if report was successful)
|
1308
|
+
Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1309
|
+
[Rollbar] Reporting exception: invalid byte sequence in UTF-8
|
1310
|
+
[Rollbar] Scheduling payload
|
1311
|
+
[Rollbar] Sending payload
|
1312
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=cde53524-893b-4743-99fd-90f97595c725 (only available if report was successful)
|
1313
|
+
[Rollbar] Sending payload
|
1314
|
+
[Rollbar] Exception uuid saved in env: cde53524-893b-4743-99fd-90f97595c725
|
1315
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1316
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1317
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1318
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1319
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 09:53:05 -0700
|
1320
|
+
[Rollbar] Response: {
|
1321
|
+
"err": 1,
|
1322
|
+
"message": "invalid access token"
|
1323
|
+
}
|
1324
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
1325
|
+
Completed 500 Internal Server Error in 0ms
|
1326
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
1327
|
+
[Rollbar] Scheduling payload
|
1328
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=e131e7e8-0932-4eed-8f22-9cb9709224de (only available if report was successful)
|
1329
|
+
[Rollbar] Exception uuid saved in env: e131e7e8-0932-4eed-8f22-9cb9709224de
|
1330
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1331
|
+
[Rollbar] Sending payload
|
1332
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1333
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1334
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 09:53:05 -0700
|
1335
|
+
Processing by WidgetsController#bubble_up as HTML
|
1336
|
+
Completed 500 Internal Server Error in 0ms
|
1337
|
+
[Rollbar] Reporting exception: bubble_up
|
1338
|
+
[Rollbar] Scheduling payload
|
1339
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=d6dfb055-7064-4a03-a72b-d634be992408 (only available if report was successful)
|
1340
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1341
|
+
[Rollbar] Sending payload
|
1342
|
+
[Rollbar] Exception uuid saved in env: d6dfb055-7064-4a03-a72b-d634be992408
|
1343
|
+
[Rollbar] Response: {
|
1344
|
+
"err": 1,
|
1345
|
+
"message": "invalid access token"
|
1346
|
+
}
|
1347
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1348
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1349
|
+
[Rollbar] Response: {
|
1350
|
+
"err": 1,
|
1351
|
+
"message": "invalid access token"
|
1352
|
+
}
|
1353
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1354
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1355
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1356
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1357
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1358
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1359
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1360
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1361
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1362
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1363
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1364
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1365
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1366
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1367
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1368
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1369
|
+
[Rollbar] Tried to send a report with no message, exception or extra data.
|
1370
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1371
|
+
[Rollbar] Got unexpected status code from Rollbar api: 401
|
1372
|
+
[Rollbar] Response: {
|
1373
|
+
"err": 1,
|
1374
|
+
"message": "invalid access token"
|
1375
|
+
}
|
1376
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1377
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 09:53:42 -0700
|
1378
|
+
Processing by WidgetsController#index as HTML
|
1379
|
+
Rendered widgets/index.html.erb within layouts/application (0.3ms)
|
1380
|
+
Completed 200 OK in 121ms (Views: 120.9ms | ActiveRecord: 0.0ms)
|
1381
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1382
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1383
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 09:57:35 -0700
|
1384
|
+
Processing by WidgetsController#bubble_up as HTML
|
1385
|
+
Completed 500 Internal Server Error in 0ms
|
1386
|
+
[Rollbar] Reporting exception: bubble_up
|
1387
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: bubble_up>
|
1388
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1389
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1390
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1391
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 09:57:35 -0700
|
1392
|
+
Processing by WidgetsController#catch as HTML
|
1393
|
+
Completed 200 OK in 129ms (Views: 128.5ms | ActiveRecord: 0.0ms)
|
1394
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1395
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1396
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1397
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 10:05:28 -0700
|
1398
|
+
Processing by WidgetsController#deep_catch as HTML
|
1399
|
+
Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1400
|
+
Connecting to database specified by database.yml
|
1401
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1402
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1403
|
+
Processing by WidgetsController#bubble_up as HTML
|
1404
|
+
Completed 500 Internal Server Error in 0ms
|
1405
|
+
[Rollbar] Reporting exception: bubble_up
|
1406
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: bubble_up>
|
1407
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1408
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1409
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1410
|
+
Processing by WidgetsController#deep_catch as HTML
|
1411
|
+
Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.0ms)
|
1412
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1413
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1414
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1415
|
+
Processing by WidgetsController#catch as HTML
|
1416
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1417
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1418
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1419
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1420
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
1421
|
+
Completed 500 Internal Server Error in 1ms
|
1422
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
1423
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: deep_bubble_up>
|
1424
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1425
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1426
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1427
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1428
|
+
Processing by WidgetsController#bubble_up as HTML
|
1429
|
+
Completed 500 Internal Server Error in 0ms
|
1430
|
+
[Rollbar] Reporting exception: bubble_up
|
1431
|
+
[Rollbar] Scheduling payload
|
1432
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=4a4fb3eb-30a0-4145-a6b3-a3a4887fcc46 (only available if report was successful)
|
1433
|
+
[Rollbar] Sending payload
|
1434
|
+
[Rollbar] Exception uuid saved in env: 4a4fb3eb-30a0-4145-a6b3-a3a4887fcc46
|
1435
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1436
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1437
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1438
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1439
|
+
Processing by WidgetsController#deep_catch as HTML
|
1440
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1441
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1442
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1443
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1444
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1445
|
+
Processing by WidgetsController#catch as HTML
|
1446
|
+
[Rollbar] Scheduling payload
|
1447
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=6c17cabd-bd39-4c90-b16b-c3d1e239a286 (only available if report was successful)
|
1448
|
+
[Rollbar] Sending payload
|
1449
|
+
Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1450
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1451
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1452
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1453
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1454
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
1455
|
+
Completed 500 Internal Server Error in 0ms
|
1456
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
1457
|
+
[Rollbar] Scheduling payload
|
1458
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=c5a53cf1-ab18-4735-9eab-62e4a03feb6c (only available if report was successful)
|
1459
|
+
[Rollbar] Exception uuid saved in env: c5a53cf1-ab18-4735-9eab-62e4a03feb6c
|
1460
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1461
|
+
[Rollbar] Sending payload
|
1462
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1463
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1464
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1465
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1466
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1467
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1468
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1469
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1470
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1471
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1472
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1473
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1474
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1475
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1476
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1477
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1478
|
+
[Rollbar] Tried to send a report with no message, exception or extra data.
|
1479
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1480
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1481
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1482
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1483
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1484
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1485
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1486
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1487
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1488
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1489
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1490
|
+
Processing by WidgetsController#index as HTML
|
1491
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1492
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1493
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1494
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1495
|
+
Processing by WidgetsController#index as HTML
|
1496
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1497
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1498
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1499
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1500
|
+
Processing by WidgetsController#index as HTML
|
1501
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1502
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1503
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1504
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1505
|
+
Processing by WidgetsController#index as HTML
|
1506
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1507
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1508
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1509
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1510
|
+
Processing by WidgetsController#index as HTML
|
1511
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1512
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1513
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1514
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1515
|
+
Processing by WidgetsController#index as HTML
|
1516
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
1517
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1518
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1519
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1520
|
+
Processing by WidgetsController#index as HTML
|
1521
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1522
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1523
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1524
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:09 -0700
|
1525
|
+
Processing by WidgetsController#index as HTML
|
1526
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
1527
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1528
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1529
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:10 -0700
|
1530
|
+
Processing by WidgetsController#index as HTML
|
1531
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1532
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1533
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1534
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:10 -0700
|
1535
|
+
Processing by WidgetsController#index as HTML
|
1536
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
1537
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1538
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1539
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:10 -0700
|
1540
|
+
Processing by WidgetsController#index as HTML
|
1541
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
1542
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1543
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1544
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:10 -0700
|
1545
|
+
Processing by WidgetsController#index as HTML
|
1546
|
+
Completed 200 OK in 43ms (Views: 43.0ms | ActiveRecord: 0.0ms)
|
1547
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1548
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1549
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:10 -0700
|
1550
|
+
Processing by WidgetsController#index as HTML
|
1551
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1552
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1553
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1554
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:10 -0700
|
1555
|
+
Processing by WidgetsController#index as HTML
|
1556
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1557
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1558
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1559
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:10 -0700
|
1560
|
+
Processing by WidgetsController#index as HTML
|
1561
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
1562
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1563
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1564
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:10 -0700
|
1565
|
+
Processing by WidgetsController#index as HTML
|
1566
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1567
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1568
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1569
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:10 -0700
|
1570
|
+
Processing by WidgetsController#index as HTML
|
1571
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1572
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1573
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1574
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:10 -0700
|
1575
|
+
Processing by WidgetsController#index as HTML
|
1576
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
1577
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1578
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1579
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:10 -0700
|
1580
|
+
Processing by WidgetsController#index as HTML
|
1581
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1582
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1583
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1584
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:39:10 -0700
|
1585
|
+
Processing by WidgetsController#index as HTML
|
1586
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1587
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1588
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1589
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1590
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1591
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1592
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1593
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1594
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1595
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1596
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1597
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1598
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1599
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1600
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1601
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1602
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1603
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1604
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1605
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1606
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1607
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1608
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1609
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1610
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1611
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1612
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1613
|
+
[Rollbar] Scheduling payload
|
1614
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=7e864228-c68f-44a9-8c68-168c084c8003 (only available if report was successful)
|
1615
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1616
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1617
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1618
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1619
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1620
|
+
[Rollbar] Sending payload
|
1621
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1622
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1623
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1624
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1625
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1626
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1627
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1628
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1629
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1630
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1631
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 10:39:10 -0700
|
1632
|
+
Processing by WidgetsController#bubble_up as HTML
|
1633
|
+
Completed 500 Internal Server Error in 0ms
|
1634
|
+
[Rollbar] Reporting exception: bubble_up
|
1635
|
+
[Rollbar] Scheduling payload
|
1636
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=0f823f3e-8764-4c16-98e1-4166a82c0d4d (only available if report was successful)
|
1637
|
+
[Rollbar] Sending payload
|
1638
|
+
[Rollbar] Exception uuid saved in env: 0f823f3e-8764-4c16-98e1-4166a82c0d4d
|
1639
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1640
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1641
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1642
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 10:39:11 -0700
|
1643
|
+
Processing by WidgetsController#deep_catch as HTML
|
1644
|
+
[Rollbar] Scheduling payload
|
1645
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=e7ebd50a-4700-49f8-ba63-2480a0adc602 (only available if report was successful)
|
1646
|
+
Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
1647
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1648
|
+
[Rollbar] Sending payload
|
1649
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1650
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1651
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 10:39:11 -0700
|
1652
|
+
Processing by WidgetsController#catch as HTML
|
1653
|
+
[Rollbar] Scheduling payload
|
1654
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=b5e66b9b-6593-427a-b8f0-3c26a1b6fef7 (only available if report was successful)
|
1655
|
+
Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1656
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1657
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1658
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1659
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 10:39:11 -0700
|
1660
|
+
[Rollbar] Sending payload
|
1661
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
1662
|
+
Completed 500 Internal Server Error in 0ms
|
1663
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
1664
|
+
[Rollbar] Scheduling payload
|
1665
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=ffbb2ebd-0ec2-49ad-a93e-72e5a663f7af (only available if report was successful)
|
1666
|
+
[Rollbar] Sending payload
|
1667
|
+
[Rollbar] Exception uuid saved in env: ffbb2ebd-0ec2-49ad-a93e-72e5a663f7af
|
1668
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1669
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1670
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1671
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 10:39:11 -0700
|
1672
|
+
Processing by WidgetsController#bubble_up as HTML
|
1673
|
+
Completed 500 Internal Server Error in 0ms
|
1674
|
+
[Rollbar] Reporting exception: bubble_up
|
1675
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: bubble_up>
|
1676
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1677
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1678
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1679
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 10:39:11 -0700
|
1680
|
+
Processing by WidgetsController#deep_catch as HTML
|
1681
|
+
Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1682
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1683
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1684
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1685
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 10:39:11 -0700
|
1686
|
+
Processing by WidgetsController#catch as HTML
|
1687
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1688
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1689
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1690
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1691
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 10:39:11 -0700
|
1692
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
1693
|
+
Completed 500 Internal Server Error in 0ms
|
1694
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
1695
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: deep_bubble_up>
|
1696
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1697
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1698
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1699
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1700
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1701
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1702
|
+
Connecting to database specified by database.yml
|
1703
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1704
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:15 -0700
|
1705
|
+
Processing by WidgetsController#index as HTML
|
1706
|
+
Rendered widgets/index.html.erb within layouts/application (1.1ms)
|
1707
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
1708
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1709
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1710
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:15 -0700
|
1711
|
+
Processing by WidgetsController#index as HTML
|
1712
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
1713
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1714
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1715
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:16 -0700
|
1716
|
+
Processing by WidgetsController#index as HTML
|
1717
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
1718
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1719
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1720
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:16 -0700
|
1721
|
+
Processing by WidgetsController#index as HTML
|
1722
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1723
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1724
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1725
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:16 -0700
|
1726
|
+
Processing by WidgetsController#index as HTML
|
1727
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1728
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1729
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1730
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:16 -0700
|
1731
|
+
Processing by WidgetsController#index as HTML
|
1732
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1733
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1734
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1735
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:16 -0700
|
1736
|
+
Processing by WidgetsController#index as HTML
|
1737
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
1738
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1739
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1740
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:16 -0700
|
1741
|
+
Processing by WidgetsController#index as HTML
|
1742
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1743
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1744
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1745
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:16 -0700
|
1746
|
+
Processing by WidgetsController#index as HTML
|
1747
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1748
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1749
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1750
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:16 -0700
|
1751
|
+
Processing by WidgetsController#index as HTML
|
1752
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
1753
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1754
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1755
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:16 -0700
|
1756
|
+
Processing by WidgetsController#index as HTML
|
1757
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
1758
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1759
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1760
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:16 -0700
|
1761
|
+
Processing by WidgetsController#index as HTML
|
1762
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1763
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1764
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1765
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:16 -0700
|
1766
|
+
Processing by WidgetsController#index as HTML
|
1767
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
1768
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1769
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1770
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:16 -0700
|
1771
|
+
Processing by WidgetsController#index as HTML
|
1772
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1773
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1774
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1775
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:16 -0700
|
1776
|
+
Processing by WidgetsController#index as HTML
|
1777
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1778
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1779
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1780
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1781
|
+
Processing by WidgetsController#index as HTML
|
1782
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
1783
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1784
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1785
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1786
|
+
Processing by WidgetsController#index as HTML
|
1787
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1788
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1789
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1790
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1791
|
+
Processing by WidgetsController#index as HTML
|
1792
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
1793
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1794
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1795
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1796
|
+
Processing by WidgetsController#index as HTML
|
1797
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
1798
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1799
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1800
|
+
Started GET "/widgets" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1801
|
+
Processing by WidgetsController#index as HTML
|
1802
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1803
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1804
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1805
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1806
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1807
|
+
Processing by WidgetsController#deep_catch as HTML
|
1808
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
1809
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1810
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1811
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1812
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1813
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
1814
|
+
Completed 500 Internal Server Error in 0ms
|
1815
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
1816
|
+
[Rollbar] Scheduling payload
|
1817
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=118e5149-ca94-4b94-b289-69b65a050598 (only available if report was successful)
|
1818
|
+
[Rollbar] Exception uuid saved in env: 118e5149-ca94-4b94-b289-69b65a050598
|
1819
|
+
[Rollbar] Sending payload
|
1820
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1821
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1822
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1823
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1824
|
+
Processing by WidgetsController#catch as HTML
|
1825
|
+
[Rollbar] Scheduling payload
|
1826
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=4e51ea36-46ca-4b67-a9a9-fa9c9c30da45 (only available if report was successful)
|
1827
|
+
[Rollbar] Sending payload
|
1828
|
+
Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1829
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1830
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1831
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1832
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1833
|
+
Processing by WidgetsController#bubble_up as HTML
|
1834
|
+
Completed 500 Internal Server Error in 0ms
|
1835
|
+
[Rollbar] Reporting exception: bubble_up
|
1836
|
+
[Rollbar] Scheduling payload
|
1837
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=62fc2f24-17b1-4f1a-a014-0d1bed8c04cd (only available if report was successful)
|
1838
|
+
[Rollbar] Exception uuid saved in env: 62fc2f24-17b1-4f1a-a014-0d1bed8c04cd
|
1839
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1840
|
+
[Rollbar] Sending payload
|
1841
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1842
|
+
[Rollbar] Tried to send a report with no message, exception or extra data.
|
1843
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1844
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1845
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1846
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1847
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1848
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1849
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1850
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1851
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1852
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1853
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1854
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1855
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1856
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1857
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1858
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1859
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1860
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1861
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1862
|
+
Processing by WidgetsController#deep_catch as HTML
|
1863
|
+
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1864
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1865
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1866
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1867
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1868
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
1869
|
+
Completed 500 Internal Server Error in 0ms
|
1870
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
1871
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: deep_bubble_up>
|
1872
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1873
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1874
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1875
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1876
|
+
Processing by WidgetsController#catch as HTML
|
1877
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1878
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1879
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1880
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1881
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1882
|
+
Processing by WidgetsController#bubble_up as HTML
|
1883
|
+
Completed 500 Internal Server Error in 0ms
|
1884
|
+
[Rollbar] Reporting exception: bubble_up
|
1885
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: bubble_up>
|
1886
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1887
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1888
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1889
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1890
|
+
Processing by WidgetsController#deep_catch as HTML
|
1891
|
+
[Rollbar] Scheduling payload
|
1892
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=41b18f71-c6c6-4353-880e-d57b399fa996 (only available if report was successful)
|
1893
|
+
[Rollbar] Sending payload
|
1894
|
+
Completed 200 OK in 11ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
1895
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1896
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1897
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1898
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1899
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
1900
|
+
Completed 500 Internal Server Error in 0ms
|
1901
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
1902
|
+
[Rollbar] Scheduling payload
|
1903
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=b76c4993-d24b-4051-88ab-95b2cf46d487 (only available if report was successful)
|
1904
|
+
[Rollbar] Exception uuid saved in env: b76c4993-d24b-4051-88ab-95b2cf46d487
|
1905
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1906
|
+
[Rollbar] Sending payload
|
1907
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1908
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1909
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1910
|
+
Processing by WidgetsController#catch as HTML
|
1911
|
+
[Rollbar] Scheduling payload
|
1912
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=272a0f01-94b5-428b-b099-71d08ab83ddc (only available if report was successful)
|
1913
|
+
[Rollbar] Sending payload
|
1914
|
+
Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1915
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1916
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1917
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1918
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1919
|
+
Processing by WidgetsController#bubble_up as HTML
|
1920
|
+
Completed 500 Internal Server Error in 0ms
|
1921
|
+
[Rollbar] Reporting exception: bubble_up
|
1922
|
+
[Rollbar] Scheduling payload
|
1923
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=3bde6e92-3357-4ddf-9b05-1e6c8d0d7522 (only available if report was successful)
|
1924
|
+
[Rollbar] Sending payload
|
1925
|
+
[Rollbar] Exception uuid saved in env: 3bde6e92-3357-4ddf-9b05-1e6c8d0d7522
|
1926
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1927
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1928
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1929
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1930
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1931
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1932
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1933
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1934
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1935
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1936
|
+
** [Airbrake] Notifier 3.1.14 ready to catch errors
|
1937
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1938
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1939
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1940
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1941
|
+
Started GET "/widgets/deep_catch" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1942
|
+
Processing by WidgetsController#deep_catch as HTML
|
1943
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1944
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1945
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1946
|
+
Started GET "/widgets/deep_bubble_up" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1947
|
+
Processing by WidgetsController#deep_bubble_up as HTML
|
1948
|
+
Completed 500 Internal Server Error in 0ms
|
1949
|
+
[Rollbar] Reporting exception: deep_bubble_up
|
1950
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: deep_bubble_up>
|
1951
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1952
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1953
|
+
Started GET "/widgets/catch" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1954
|
+
Processing by WidgetsController#catch as HTML
|
1955
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1956
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1957
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1958
|
+
Started GET "/widgets/bubble_up" for 127.0.0.1 at 2015-08-18 10:53:17 -0700
|
1959
|
+
Processing by WidgetsController#bubble_up as HTML
|
1960
|
+
Completed 500 Internal Server Error in 0ms
|
1961
|
+
[Rollbar] Reporting exception: bubble_up
|
1962
|
+
[Rollbar] Exception while reporting exception to Rollbar: undefined method `first' for #<RuntimeError: bubble_up>
|
1963
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1964
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1965
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1966
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1967
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1968
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1969
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1970
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1971
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1972
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1973
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1974
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1975
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1976
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1977
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1978
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1979
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1980
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1981
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1982
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1983
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1984
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1985
|
+
[Rollbar] Scheduling payload
|
1986
|
+
[Rollbar] Sending payload
|
1987
|
+
[Rollbar] Details: https://rollbar.com/instance/uuid?uuid=3e2669af-ab79-4814-ae7f-3bef5f961a50 (only available if report was successful)
|
1988
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1989
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1990
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1991
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1992
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1993
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1994
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1995
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1996
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1997
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1998
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1999
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2000
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2001
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2002
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2003
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2004
|
+
[1m[35m (0.0ms)[0m rollback transaction
|