Skip to content

Commit

Permalink
Fixup server rollbar logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Nason committed Nov 7, 2017
1 parent 7fe98f9 commit 825a941
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/server/rollbarLogger.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { bunyanLevelToRollbarLevelName } from '../common/rollbar';
* See https://rollbar.com/docs/notifier/node_rollbar/ for integration details
*
* @param {Object} token, codeVersion, and environment
* @returns {Object} new Rollbar instance
*/
export default function ServerRollbarLogger({ token, codeVersion, environment }) {
// https://rollbar.com/docs/notifier/rollbar.js/#quick-start-server
Expand Down

0 comments on commit 825a941

Please sign in to comment.