Skip to content

Commit 1992852

Browse files
authored
docs(readme): add note on angular-application-insights usage
https://github.com/MarkPieszak/angular-application-insights/blob/master/README.md#usage
1 parent a138974 commit 1992852

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,14 @@ This utilizes all the latest standards, no gulp, no bower, no typings, no manual
7878
- Microsoft Application Insights setup (for MVC & Web API routing)
7979
- Client-side Angular2 Application Insights integration
8080
- If you're using Azure simply install `npm i -S @markpieszak/ng-application-insights` as a dependencies.
81+
- Note: Make sure only the Browser makes these calls ([usage info here](https://github.com/MarkPieszak/angular-application-insights/blob/master/README.md#usage))
8182
- More information here: - https://github.com/MarkPieszak/angular-application-insights
82-
```typescript
83-
// Add the Module to your imports
84-
ApplicationInsightsModule.forRoot({
85-
instrumentationKey: 'Your-Application-Insights-instrumentationKey'
86-
})
87-
```
83+
```typescript
84+
// Add the Module to your imports
85+
ApplicationInsightsModule.forRoot({
86+
instrumentationKey: 'Your-Application-Insights-instrumentationKey'
87+
})
88+
```
8889

8990

9091
> Looking for the older 2.x branch? Go [here](https://github.com/MarkPieszak/aspnetcore-angular2-universal/tree/old-2.x-universal-branch)

0 commit comments

Comments
 (0)