UNPKG

weather-bar-app

Version:

Weather Bar is a Weather Application that lives in your Menu Bar giving you beautiful access to real-time weather conditions and a generous 15-day forecast.

12 lines (8 loc) 262 B
import bugsnag from 'bugsnag' import { version } from '../../package.json' bugsnag.register(process.env.BUGSNAG_API_KEY, { appVersion: version, releaseStage: process.env.NODE_ENV, notifyReleaseStages: ['production'] }) export default bugsnag