Skip to content

Commit

Permalink
Merge branch 'clean-up-logs-in-unit-test' of https://github.com/ORCID…
Browse files Browse the repository at this point in the history
…/orcid-angular into clean-up-logs-in-unit-test
  • Loading branch information
auumgn committed Sep 5, 2024
2 parents fdfba10 + bcaaba6 commit 3dd654b
Show file tree
Hide file tree
Showing 3 changed files with 4,043 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
})
Expand Down
Loading

0 comments on commit 3dd654b

Please sign in to comment.