Notifications: Enable display of trace ID by default (#64884)

enable tracing by default
This commit is contained in:
Ashley Harrison
2023-03-21 09:35:21 +00:00
committed by GitHub
parent 41b0c17aae
commit 9ca01cc070
7 changed files with 2 additions and 21 deletions

View File

@@ -37,7 +37,6 @@ export interface FeatureToggles {
storage?: boolean;
k8s?: boolean;
exploreMixedDatasource?: boolean;
tracing?: boolean;
newTraceView?: boolean;
correlations?: boolean;
cloudWatchDynamicLabels?: boolean;