UNPKG

@rockpack/logger

Version:

This module can help you build error tracking & crash reporting system for your React application.

9 lines (7 loc) 197 B
import React from 'react'; const Description = () => { return <> <p>This module can help you build error tracking & crash reporting system.</p> </>; }; export default Description;