mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
sonarcloud ignore fix (#2137)
Co-authored-by: Kasey Rodgers <kasey.rodgers@molecula.com>
This commit is contained in:
parent
13b93d7795
commit
aaad12ed5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue