Setup env sentry

This commit is contained in:
2025-05-14 15:05:19 +07:00
parent 456867c352
commit 7c2ff75f94

View File

@@ -61,6 +61,8 @@ SentrySdk.Init(options =>
// Example sample rate for your transactions: captures 10% of transactions
options.TracesSampleRate = 0.1;
options.Environment = builder.Environment.EnvironmentName;
});
// Add Service Defaults - using extension methods directly