1.0.4 • Published 10 months ago

@camatsoft/tracelog-angular v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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

IntegrationsNPM VersionDocumentation
CamatSoft.TraceLog.Angularnpmdocumentation

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://azerty@o0000.tracelog.camatsoft.com/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

1.0.4

10 months ago

1.0.0

10 months ago