This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

apstory-logger
TypeScript icon, indicating that this package has built-in type declarations

14.0.4 • Public • Published

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

Package Sidebar

Install

npm i apstory-logger

Weekly Downloads

2

Version

14.0.4

License

MIT

Unpacked Size

46.3 kB

Total Files

21

Last publish

Collaborators

  • apstoryza