2 references to ExceptionMessageMaxLength
Microsoft.DotNet.Cli.Telemetry (2)
Implementation\AzureMonitorLogSerializer.cs (1)
181
Message = BreezeSchema.Truncate(exception.Message, BreezeSchema.
ExceptionMessageMaxLength
),
Implementation\AzureMonitorTelemetrySerializer.cs (1)
204
Message = BreezeSchema.Truncate(exceptionMessage, BreezeSchema.
ExceptionMessageMaxLength
),