This repository provides two approaches to integrate OpenTelemetry with your Nuxt app to send traces to SigNoz Cloud.
You can choose one of the following instrumentation methods:
.
βββ no-code-auto # No-code automatic instrumentation
βββ code-level-auto # Code-level instrumentation using a tracing file
-
No-Code Auto Instrumentation:
Requires no changes to your application code. Just configure environment variables and run your app.
π Seeno-code-auto/README.md
-
Code-Level Auto Instrumentation:
Involves creating atracing.ts
file and importing it manually in your app.
π Seecode-level-auto/README.md
Both methods help you monitor performance and trace issues with SigNoz. Pick the one that fits your needs best!