Skip to content

Commit

Permalink
Merge branch 'main' into MSNev/PrepareRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Jul 2, 2024
2 parents 2967e1e + 40cedac commit 4addaed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const browserHistory = createBrowserHistory({ basename: '' });
var reactPlugin = new ReactPlugin();
var appInsights = new ApplicationInsights({
config: {
instrumentationKey: 'YOUR_INSTRUMENTATION_KEY_GOES_HERE',
connectionString: 'YOUR_CONNECTION_STRING_GOES_HERE',
extensions: [reactPlugin],
extensionConfig: {
[reactPlugin.identifier]: { history: browserHistory }
Expand All @@ -53,7 +53,7 @@ For `react-router v6` or other scenarios where router history is not exposed, ap
var reactPlugin = new ReactPlugin();
var appInsights = new ApplicationInsights({
config: {
instrumentationKey: 'YOUR_INSTRUMENTATION_KEY_GOES_HERE',
connectionString: 'YOUR_CONNECTION_STRING_GOES_HERE',
enableAutoRouteTracking: true,
extensions: [reactPlugin]
}
Expand Down

0 comments on commit 4addaed

Please sign in to comment.