From 8a587b9b91a32727cd05db980a42b55d09e10722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Mon, 21 Feb 2022 13:49:24 +0100 Subject: [PATCH] chore(rollbar): add environment to the config (#669) --- src/app/rollbar.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/rollbar.ts b/src/app/rollbar.ts index 6cc19f8a9f..583f3fe5ee 100644 --- a/src/app/rollbar.ts +++ b/src/app/rollbar.ts @@ -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,