Skip to content

Commit

Permalink
chore(rollbar): add environment to the config (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilchenmann committed Feb 21, 2022
1 parent 33833f6 commit 8a587b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/rollbar.ts
Expand Up @@ -38,6 +38,7 @@ export class RollbarErrorHandler implements ErrorHandler {
{
accessToken: this._appInitService.dspInstrumentationConfig.rollbar.accessToken,
enabled: this._appInitService.dspInstrumentationConfig.rollbar.enabled,
environment: this._appInitService.dspInstrumentationConfig.environment,
captureUncaught: true,
captureUnhandledRejections: true,
nodeSourceMaps: false,
Expand Down

0 comments on commit 8a587b9

Please sign in to comment.