Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
set rootUrl for monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Mar 12, 2019
1 parent 785d62a commit 4f234bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ let load = loader({
requires: ['process', 'profile', 'cfg'],
setup: async ({process, profile, cfg}) => monitor({
projectName: cfg.monitoring.project || 'ec2-manager',
rootUrl: cfg.taskcluster.rootUrl,

// Bug 1534667: disable monitoring, as auth service will no longer
// make signalfx, sentry tokens available
Expand Down

0 comments on commit 4f234bd

Please sign in to comment.