Skip to content

Commit bd19526

Browse files
committed
Removing options.EnableTracing = true;
1 parent c800fec commit bd19526

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eFormAPI/Plugins/ItemsPlanning.Pn/ItemsPlanning.Pn/EformItemsPlanningPlugin.cs

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

153150
string pattern = @"Database=(\d+)_eform-angular-items-planning-plugin;";

0 commit comments

Comments
 (0)