Skip to content

Instantly share code, notes, and snippets.

@ndmanvar
Created March 27, 2018 22:47
Show Gist options
  • Save ndmanvar/c055a6ea9b1b97a7f47148b79e0d4a48 to your computer and use it in GitHub Desktop.
Save ndmanvar/c055a6ea9b1b97a7f47148b79e0d4a48 to your computer and use it in GitHub Desktop.
[neilmanvar@Neils-MacBook-Pro ~]$ nc -l 9001
POST /api/2/store/?sentry_version=7&sentry_client=raven-js%2F3.22.1&sentry_key=79d5b2ca3792415da40d03780fd50115 HTTP/1.1
Host: :9001
Connection: keep-alive
Content-Length: 3632
Pragma: no-cache
Cache-Control: no-cache
Origin: http://localhost:3000
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
Content-Type: text/plain;charset=UTF-8
Accept: */*
Referer: http://localhost:3000/
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
{"project": "2", "logger": "javascript", "platform": "javascript", "request": {"headers": {"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36"}, "url": "http://localhost:3000/"}, "exception": {"values": [{"type": "TypeError", "value": "Cannot read property 'f' of null", "stacktrace": {"frames": [{"filename": "https://cdn.ravenjs.com/3.22.1/raven.min.js", "lineno": 2, "colno": 4446, "function": "HTMLDocument.d", "in_app": false}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 19707, "colno": 20, "function": "dispatchEvent", "in_app": true}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 22503, "colno": 27, "function": "Object.batchedUpdates", "in_app": true}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 19254, "colno": 26, "function": "Object.batchedUpdates", "in_app": true}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 24535, "colno": 20, "function": "ReactDefaultBatchingStrategyTransaction.perform", "in_app": true}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 19632, "colno": 24, "function": "handleTopLevelImpl", "in_app": true}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 19546, "colno": 5, "function": "Object.handleTopLevel [as _handleTopLevel]", "in_app": true}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 19536, "colno": 18, "function": "runEventQueueInBatch", "in_app": true}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 12800, "colno": 7, "function": "Object.processEventQueue", "in_app": true}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 25319, "colno": 9, "function": "forEachAccumulated", "in_app": true}, {"filename": "<anonymous>", "lineno": null, "colno": null, "function": "Array.forEach", "in_app": true}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 12600, "colno": 10, "function": "executeDispatchesAndReleaseTopLevel", "in_app": true}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 12589, "colno": 22, "function": "executeDispatchesAndRelease", "in_app": true}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 13196, "colno": 7, "function": "Object.executeDispatchesInOrder", "in_app": true}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 13176, "colno": 21, "function": "executeDispatch", "in_app": true}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 19503, "colno": 16, "function": "Object../node_modules/react-dom/lib/ReactErrorUtils.js.ReactErrorUtils.invokeGuardedCallback", "in_app": true}, {"filename": "https://cdn.ravenjs.com/3.22.1/raven.min.js", "lineno": 2, "colno": 4446, "function": "HTMLUnknownElement.d", "in_app": false}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 19497, "colno": 9, "function": "HTMLUnknownElement.boundFunc", "in_app": true}, {"filename": "http://localhost:3000/static/js/bundle.js", "lineno": 43870, "colno": 18, "function": "typeError", "in_app": true}]}}]}, "culprit": "http://localhost:3000/static/js/bundle.js", "extra": {"session:duration": 2170}, "breadcrumbs": {"values": [{"timestamp": 1522190648.443, "message": "Download the React DevTools for a better development experience: https://fb.me/react-devtools", "level": "debug", "category": "console"}, {"timestamp": 1522190649.276, "type": "http", "category": "xhr", "data": {"method": "GET", "url": "http://localhost:3000/sockjs-node/info?t=1522190649242", "status_code": 200}}, {"timestamp": 1522190650.491, "category": "ui.click", "message": "div.App > div > div > ul.center.list-group. > li.list-group-item"}]}, "release": "b0c9fce42a43dfd87b348169ef07394585a87da0", "event_id": "ea02c58ae7b44b58b90113e5a2015f13"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment