2.4.0 • Published 1 month ago

@bugsnag/angular-performance v2.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@bugsnag/angular-performance

An angular integration for BugSnag performance

This integration instruments the Angular router to provide full page load and route change performance metrics.

Usage

import BugsnagPerformance from '@bugsnag/browser-performance';
import { AngularRoutingProvider, bugsnagBootstrapper } from '@bugsnag/angular-performance';

BugsnagPerformance.start({
  apiKey,
  routingProvider: new AngularRoutingProvider(),
})

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    HttpClientModule,
    AppRoutingModule
  ],
  providers: [
    bugsnagBootstrapper,
  ],
  bootstrap: [AppComponent]
})
export class AppModule { }
2.4.0

1 month ago

2.3.0-alpha.0

2 months ago

2.2.0

3 months ago

2.1.0

5 months ago