Skip to content

Commit

Permalink
chore: update rollbar access token (#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman authored Sep 27, 2023
1 parent 84c795c commit 406dc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/global_telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const token = heroku.auth
const debug = require('debug')('global_telemetry')

const rollbar = new Rollbar({
accessToken: '41f8730238814af69c248e2f7ca59ff2',
accessToken: '20783109b0064dbb85be0b2c5a5a5f79',
captureUncaught: true,
captureUnhandledRejections: true,
environment: isDev ? 'development' : 'production',
Expand Down

0 comments on commit 406dc56

Please sign in to comment.