UNPKG

188 BJavaScriptView Raw
1'use strict';
2
3module.exports = function(environment, appConfig) {
4 // Override the default disabled state for testing this addon
5 appConfig.rollbar = { enabled: true };
6 return {};
7};