Skip to content

Commit e84214f

Browse files
committed
Removing options.EnableTracing = true;
1 parent 4ea2ceb commit e84214f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eFormAPI/Plugins/GreateBelt.Pn/GreateBelt.Pn/EformGreateBeltPlugin.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ public void ConfigureDbContext(IServiceCollection services, string connectionStr
9595
// This option is recommended for client applications only. It ensures all threads use the same global scope.
9696
// If you're writing a background service of any kind, you should remove this.
9797
options.IsGlobalModeEnabled = true;
98-
99-
// This option will enable Sentry's tracing features. You still need to start transactions and spans.
100-
options.EnableTracing = true;
10198
});
10299

103100
string pattern = @"Database=(\d+)_eform-angular-greate-belt-plugin;";

0 commit comments

Comments
 (0)