JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 26
  • Score
    100M100P100Q96025F
  • License MIT

Angular SDK for Mushi Mushi — NgModule, injectable service, global ErrorHandler

Package Exports

  • @mushi-mushi/angular

Readme

@mushi-mushi/angular

Angular SDK for Mushi Mushi bug reporting.

Usage

import { provideMushi } from '@mushi-mushi/angular'

bootstrapApplication(AppComponent, {
  providers: [
    provideMushi({ projectId: 'proj_xxx', apiKey: 'mushi_xxx' })
  ]
})

The module provides a global ErrorHandler that captures uncaught errors and an injectable MushiService for programmatic control.

Peer Dependencies

  • @angular/core >= 17

License

MIT