Skip to content

Commit

Permalink
Merge pull request #2345 from ORCID/lmendoza/new-relic
Browse files Browse the repository at this point in the history
new-relic-browser-monitoring
  • Loading branch information
leomendoza123 authored Sep 4, 2024
2 parents 82bcefc + 4fb20ea commit 89e7954
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 3 deletions.
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
50 changes: 49 additions & 1 deletion src/index.html

Large diffs are not rendered by default.

0 comments on commit 89e7954

Please sign in to comment.