diff --git a/CHANGELOG.md b/CHANGELOG.md index 606d1c435..e74bc3018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.104.13 - 2024-09-04 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.104.12...v2.104.13) + +- [#2345](https://github.com/ORCID/orcid-angular/pull/2345): new-relic-browser-monitoring + ## v2.104.12 - 2024-09-04 [Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.104.11...v2.104.12) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 9cb61fc85..0e0a1a9e4 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -87,8 +87,8 @@ export class AppComponent { _togglzService .getStateOf('NEW_RELIC_BROWSER_MONITORING') - .subscribe((value) => { - if (true) { + .subscribe((NEW_RELIC_BROWSER_MONITORING) => { + if (NEW_RELIC_BROWSER_MONITORING) { _newRelicService.init() } }) diff --git a/src/index.html b/src/index.html index 75d6f26a5..8fd39bed3 100644 --- a/src/index.html +++ b/src/index.html @@ -9,7 +9,4041 @@ - +