We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe98f9 commit 825a941Copy full SHA for 825a941
src/util/server/rollbarLogger.js
@@ -8,7 +8,6 @@ import { bunyanLevelToRollbarLevelName } from '../common/rollbar';
8
* See https://rollbar.com/docs/notifier/node_rollbar/ for integration details
9
*
10
* @param {Object} token, codeVersion, and environment
11
- * @returns {Object} new Rollbar instance
12
*/
13
export default function ServerRollbarLogger({ token, codeVersion, environment }) {
14
// https://rollbar.com/docs/notifier/rollbar.js/#quick-start-server
0 commit comments