Tomi

Results 20 comments of Tomi
trafficstars

I thought this error was a bit familiar... Turns out this is the same error that happened [last time](https://github.com/james-proxy/james/pull/284#issuecomment-249484454). 🤔

Yeah, you basically need to create a release and upload the source maps through the API. [`gulp-sentry-release`](https://github.com/ducdigital/gulp-sentry-release) looks like something we can drop into our gulp tasks.

![image](https://cloud.githubusercontent.com/assets/4513759/15916405/945e710c-2da7-11e6-9b4e-a4a8a5cc844e.png) Wow, if it wasn't for the awesome breadcrumbs, this exception would've been pretty useless.

So, I did a little bit of preliminary digging on this. - We're not actually generating JS sourcemaps right now - surprise! 🎊 - My attempts to generate sourcemaps haven't...

This is the same as `Add Mapping` from the request context menu, right? Just adding a button somewhere on `inspect-request`, if I understand correctly. Kind of wondering if we should...

Also, since your app is in a subdirectory, you may want to consider setting a `scope` on your manifest. In your case, you can probably set both `start_url` and `scope`...

`master` (using `[email protected]`) ``` Available browsers: [ { name: 'ie', version: '11.0.17134.1', type: 'ie', command: 'C:\\Program Files (x86)\\Internet Explorer\\iexplore.exe' }, { name: 'ie', version: '11.0.17134.1', type: 'ie', command: 'C:\\Program Files\\Internet...

Updated both Firefox install to latest versions (60 and 61b): master ``` Available browsers: [ { name: 'chrome', version: '68.0.3432.3', type: 'chrome', command: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe' }, { name: 'chrome',...

Thanks @vweevers! I'll keep an eye out for that release. 👀

IE has a multi-process model, like Chrome, so there's multiple processes that are launched, regardless of if it's launched by browser-launcher or yourself via run. Either way, I imagine it...