Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 354 Bytes

UPGRADE_FROM_RATCHET.md

File metadata and controls

13 lines (7 loc) · 354 Bytes

Upgrading from node_ratchet

Execute:

$ npm uninstall ratchetio

Then:

$ npm install --save rollbar

Replace instances of require('ratchetio') with require('rollbar'). Optionally, rename the variable used for the module from ratchet to rollbar.

The new Rollbar library now reports to api.rollbar.com instead of submit.ratchet.io.