Skip to content

Instantly share code, notes, and snippets.

@kevinburkeshyp
Created February 10, 2015 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinburkeshyp/f36ed7ab51b62697fca4 to your computer and use it in GitHub Desktop.
Save kevinburkeshyp/f36ed7ab51b62697fca4 to your computer and use it in GitHub Desktop.
> r = require('raven');
> console.log(r);
{ version: '0.7.2',
Client:
{ [Function: Client]
super_: { [Function: EventEmitter] listenerCount: [Function] } },
patchGlobal: [Function: patchGlobal],
utils:
{ getAuthHeader: [Function: getAuthHeader],
parseDSN: [Function: parseDSN],
getCulprit: [Function: getCulprit],
getModules: [Function: getModules],
parseStack: [Function: parseStack],
getModule: [Function: getModule] },
middleware:
{ connect: [Function: connectMiddleware],
express: [Function: connectMiddleware] },
transports:
{ http: { defaultPort: 80, transport: [Object] },
https: { defaultPort: 443, transport: [Object] },
udp: { defaultPort: 12345 },
Transport: { [Function: Transport] super_: [Object] } } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment