Modofun plugin for the Google Stackdriver Trace agent
npm install modofun-trace-agent-pluginA plugin for the Google Stackdriver Trace agent to enable tracing of requests handled by modofun.



Just add the following to the top of your Google Cloud Function:
``js`
require('@google-cloud/trace-agent').start({
plugins: { 'modofun': 'modofun-trace-agent-plugin' }
});
This will enable tracing of all requests on Stackdriver Trace.
`bash`
$ npm install modofun-trace-agent-plugin
Or
`bash``
$ yarn add modofun-trace-agent-plugin