Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Analytics-CSharp/Segment/Analytics/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public Configuration(string writeKey,
int flushInterval = 30,
Settings defaultSettings = new Settings(),
bool autoAddSegmentDestination = true,
bool userSynchronizeDispatcher = false,
bool useSynchronizeDispatcher = false,
string apiHost = null,
string cdnHost = null,
IStorageProvider storageProvider = default,
Expand All @@ -120,7 +120,7 @@ public Configuration(string writeKey,
flushInterval,
defaultSettings,
autoAddSegmentDestination,
userSynchronizeDispatcher,
useSynchronizeDispatcher,
apiHost,
cdnHost,
exceptionHandler == null ? null : new AnalyticsErrorHandlerAdapter(exceptionHandler),
Expand Down