
Security News
Deno 2.4 Brings Back deno bundle, Improves Dependency Management and Observability
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
@bugsnag/angular-performance
Advanced tools
BugSnag performance monitoring for angular applications
@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.
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 { }
[v2.14.0] (2025-06-25)
onSpanStart
callbacks config option to allow spans to be inspected and modified on creation. #631SpanControlProvider
interface and BugsnagPerformance.getSpanControls
method to allow access to a registered SpanControlProvider
. #634@bugsnag/plugin-named-spans
package for tracking and accessing open spans by name #644@bugsnag/plugin-react-native-span-access
package for accessing native spans from Javascript #633 #636 #639 #645FAQs
BugSnag performance monitoring for angular applications
We found that @bugsnag/angular-performance demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.