Instrumentation: removes option to return uname as header (#62929)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
Carl Bergquist
2023-02-07 10:04:20 +01:00
committed by GitHub
parent 39537043ec
commit 9d66b18b9c
5 changed files with 0 additions and 16 deletions

View File

@@ -16,7 +16,6 @@
export interface FeatureToggles {
[name: string]: boolean | undefined; // support any string value
returnUnameHeader?: boolean;
alertingBigTransactions?: boolean;
trimDefaults?: boolean;
disableEnvelopeEncryption?: boolean;