Setup env sentry
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user