2.0.2 • Published 10 months ago

crachinsight v2.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

crashinsight

Overview

InsightErrorLogger is a comprehensive tool for capturing frontend crashes, API failures, and performance issues, with session tracking, browser details, network information, and more.

Installation

npm install crashinsight

Usage

import InsightErrorLogger from 'crachinsight';

InsightErrorLogger.init({
  apiKey: 'YOUR_API_KEY',
  projectId: 'YOUR_PROJECT_ID',
  capturePerformance: true,
  captureAPI: true,
  captureUnhandledErrors: true,
});

Features

Error logging with stack traces. API failure logging for both Fetch and XMLHttpRequest. Performance monitoring for page load and resource timings.

Configuration Options

alt text

2.0.2

10 months ago

2.0.1

10 months ago

1.0.0

12 months ago