npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@camatsoft/tracelog-angular

v1.0.4

Published

Official Extends SDK TraceLog for Angular Logging and tracing reporting with fully-structured, events that helps developers monitor and fix crashes in real time..

Readme

Description

Enhance Your Angular Logging with CamatSoft.TraceLog.Angular

CamatSoft.TraceLog.Angular builds on the foundation of CamatSoft.TraceLog, offering seamless integration with Angular. This advanced layer provides:

  • Out-of-the-box middleware support : Effortlessly capture HTTP requests, responses, and exceptions.
  • Customizable logging filters : Tailor what gets logged based on endpoints, status codes, or user roles.
  • Integrated dependency injection : Simplifies configuration and service registration in your Angular pipeline.
  • Detailed request tracing : Gain valuable insights into your API's behavior for better diagnostics and performance tuning.

Streamline your Angular logging experience with CamatSoft.TraceLog.Angular, ensuring robust and transparent application monitoring, in fine.

TraceLog SDK for Angular by CamatSoft

| Integrations | NPM Version | Documentation | |---------|---------------|----------| | CamatSoft.TraceLog.Angular | npm | documentation |

DSN

Register on CamatSoft.TraceLog (https://tracelog.camatsoft.com)

DSN Test

https://pRGLY9uhyKPu4b44s3Pe6a6pk46NBbRz4b2E2RMpb648h8DR2N7K7qsb97XFYM2r@o20241101.tracelog.camatsoft.com/2024111101
.

Exemples

in main.ts (EntryPoint) :

import * as CamatsoftTracelogAngular from '@camatsoft/tracelog-angular'

CamatsoftTracelogAngular.Sdk.init(options => { 
    options.dsn = "https://[email protected]/999999";
    options.configureScope(scope =>
    {
        scope.SetTag("MyTag", "MyValue");
    });
});

in another file .ts :

throw "MyException";

Release Notes

v1.0.4

Improvement Lambda Error

v1.0.3

Improvement Typed Error

v1.0.2

Add Sdk

v1.0.1

Add ReadMe

v1.0.0

Create solution