Skip to content

Commit

Permalink
fix: SetEnableAutoRouteTracking (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Aug 22, 2023
1 parent 6c672ea commit 1b58764
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public BlazorAppInsightsConfigBuilder AddLogger(bool addLogger, Action<Applicati

public BlazorAppInsightsConfigBuilder SetEnableAutoRouteTracking(bool state)
{
ShouldAddLogger = state;
ShouldSetEnableAutoRouteTracking = state;
return this;
}

Expand All @@ -50,4 +50,4 @@ public BlazorAppInsightsConfigBuilder WithOnInitCallback(Func<IApplicationInsigh
return this;
}
}
}
}

0 comments on commit 1b58764

Please sign in to comment.