14.0.4 • Published 2 years ago

apstory-logger v14.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

Build status

Apstory Application Insights Logger

Installation

To install this package run npm i apstory-logger.

The major version numbers match the angular version so if you want to install apstory-logger for a specific angular version run the following:

npm i apstory-logger@12.2.8

Or just install latest:

npm i apstory-logger@latest

Usage

Add the following to app.module.ts

import { ApstoryLoggerModule, ApstoryLoggerService } from 'apstory-logger';
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { HttpClientModule } from '@angular/common/http';
import { AppComponent } from './app.component';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    HttpClientModule,
    ApstoryLoggerModule.forRoot('instrument key here', 'logging level console: 0 or 1'),
  ],
  providers: [ApstoryLoggerService],
  bootstrap: [AppComponent]
})
export class AppModule { }

Contact

Please contact Apstory on apstoryza@gmail.com if you have any questions.

Microsoft Application Insights JavaScript SDK - Web

https://www.npmjs.com/package/@microsoft/applicationinsights-web