Skip to content

Commit

Permalink
fix: Dispose appinsights configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 28, 2021
1 parent 2eac0a3 commit 67deda2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public void Flush()
public void Dispose()
{
_persistenceChannel?.Dispose();
_telemetryConfig?.Dispose();
}

public void ThreadBlockingTrackEvent(string eventName, IDictionary<string, string> properties, IDictionary<string, double> measurements)
Expand Down

0 comments on commit 67deda2

Please sign in to comment.