UNPKG

rollbar

Version:

Effortlessly track and debug errors in your JavaScript applications with Rollbar. This package includes advanced error tracking features and an intuitive interface to help you identify and fix issues more quickly.

6 lines (4 loc) 269 B
import { version } from '../../defaults.js' export const cdnHost = 'cdn.rollbar.com'; // concatenation over interpolation makes the minified file smaller export const defaultRollbarJsUrl = 'https://' + cdnHost + '/rollbarjs/refs/tags/v' + version + '/rollbar.min.js';