We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5ae09 commit 8ddc3d9Copy full SHA for 8ddc3d9
1 file changed
Utilities/TelemetryService/Telemetry.cs
@@ -66,7 +66,7 @@ public static void Start ( string uniqueId, bool fromVA = false )
66
var loggerOptions = new RollbarLoggerConfig( TelemetryTokens.rollbarToken, Constants.EDDI_VERSION.ToString() );
67
var loggerDataSecurityOptions = new RollbarDataSecurityOptions(
68
PersonDataCollectionPolicies.None,
69
- IpAddressCollectionPolicy.DoNotCollect,
+ IpAddressCollectionPolicy.CollectAnonymized,
70
new[] { "Commander", "apiKey", "commanderName", "access_token", "refresh_token", "uploaderID" } );
71
var assyMetadataAttributes = Assembly.GetExecutingAssembly()?.GetCustomAttributes<AssemblyMetadataAttribute>().ToList();
72
var loggerPayloadOptions = new RollbarPayloadAdditionOptions()
0 commit comments