Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ngx-bugatlas) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
NgxBugatlas
The NgxBugatlas is designed to help monitor and manage errors in software applications. This is provides an overview of the system, setup instructions, and usage details to help you integrate this tool into your development angular applications.
Features
- Capture and log errors as they occur in real-time across your applications.
- A user-friendly dashboard to visualize errors and statistics.
- Display exceptions, analytics and logs separately. It more helpful to findout errors
- Can easily findout Applications, HTTP calls and bolckchain Errors.
- Tracked the users how long time spent in each page.
Dependencies
| ngx-bugatlas | Angular |
|---|---|
| 0.0.2 | 14 |
| 0.0.3 | 15 |
| 0.0.7 | 16 |
Install
npm i ngx-bugatlas
Setup
import { NgxBugatlasModule, NgxBugatlasService } from 'ngx-bugatlas';
@NgModule({
imports: [ NgxBugatlasModule ]
})
export class AppModule {
constructor(
private ngxBugatlasService : NgxBugatlasService,
)
{
const data = {
api_key:'API_KEY',
secret_key:'SECRET_KEY',
}
this.ngxBugatlasService.seConfigKey(data);
}
}Note: The API_KEY and SECRET_KEY will provided by our team
License
MIT