sonarcloud ignore fix (#2137)

Co-authored-by: Kasey Rodgers <kasey.rodgers@molecula.com>
This commit is contained in:
Kasey C. Rodgers 2022-06-29 12:36:44 -07:00 committed by GitHub
parent 13b93d7795
commit aaad12ed5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -274,7 +274,7 @@ func (e *Etcd) parseOptions() (*embed.Config, error) {
// Checks if FB is running the single-node free version or the multi-node
// enterprise version. Sentry.io is enabled on single-node.
if AllowCluster() == false {
// %% end sonarcloud ignore %%
// %% begin sonarcloud ignore %%
monitor.InitErrorMonitor(e.version)
e.logger.Infof("Initializing Monitor: Capturing usage metrics")