Skip to content

SigNoz/sample-nuxtjs-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Nuxt JS Sample App

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:

πŸ“ Folder Structure

.
β”œβ”€β”€ no-code-auto       # No-code automatic instrumentation
β”œβ”€β”€ code-level-auto    # Code-level instrumentation using a tracing file

πŸ”§ How to Use

  • No-Code Auto Instrumentation:
    Requires no changes to your application code. Just configure environment variables and run your app.
    πŸ‘‰ See no-code-auto/README.md

  • Code-Level Auto Instrumentation:
    Involves creating a tracing.ts file and importing it manually in your app.
    πŸ‘‰ See code-level-auto/README.md

Both methods help you monitor performance and trace issues with SigNoz. Pick the one that fits your needs best!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published