Building/Uploading Source Maps and Triggering a Deploy in Angular 11 to Rollbar

I recently updated my Agility Course Master Ionic PWA to Angular 11 and wanted to fully automate generating and uploading of source map files to Rollbar. I found an existing project that almost did everything I needed: angular-rollbar-source-maps. It was missing triggering Rollbar's deploy endpoint to indicate that a new …

Disabling Rollbar and Enabling Logging During Vue.js Development

I was adding Rollbar support to a Vue.js application and ran into an issue that made it inconvenient for use in development environments:

Captured exceptions and rollbar.error|warning|log|... calls are always sent and logged in the Rollbar dashboard.

You could configure different a Rollbar environment for development …