Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next.js Integration #358

Open
HazAT opened this issue Feb 12, 2024 · 0 comments
Open

Next.js Integration #358

HazAT opened this issue Feb 12, 2024 · 0 comments
Labels

Comments

@HazAT
Copy link
Member

HazAT commented Feb 12, 2024

I want to have a Next.js Integration - that represents my local Next.js project and surfaces errors, transactions, and spans in a way that correlates to my Next.js App.

View:

A table that represents and mirrors my local Next.js Project:
(example VSCode file structure)

image

One row in the table represents one file in the filesystem, columns in the table:

Errors Traces DB Calls Response Time
changelog/
├─ page.tsx 5 2 1 321 ms

The numbers are clickable and render a list of all Errors that correlate to this file (same for traces and DB Calls)

The idea behind the integration is that it should serve as an entry point to all errors/traces/things that happen in my next.js app and help me quickly find the errors I am dealing with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants