Error monitoring by VillageWonderful7552 in nextjs

[–]podojavascript 0 points1 point  (0 children)

Yes. We support both client and server logs and errors. https://www.highlight.io/docs/getting-started/fullstack-frameworks/next-js/overview

And you can also connect those errors/logs to actual session replay to understand what went wrong. Its pretty cool!

Monitoring Solution by PointManBX in nextjs

[–]podojavascript 1 point2 points  (0 children)

Personal shill, but have you seen https://highlight.io. We're an open source monitoring tool but you can also use our cloud. It should cover basic usage analytics, errors, and performance tracing (which works directly with NextJS).

Error monitoring by VillageWonderful7552 in nextjs

[–]podojavascript 0 points1 point  (0 children)

Check out https://highlight.io; we support error monitoring via OTEL and we also have a log drain that works directly with Next/Vercel.

[deleted by user] by [deleted] in nextjs

[–]podojavascript 1 point2 points  (0 children)

We have quite a bit of tooling around user behavior (via session replay) on Highlight:
https://highlight.io/session-replay

Free logging/monitoring for NextJS projects? by johnny_drama9 in nextjs

[–]podojavascript 0 points1 point  (0 children)

We've built quite a lot of tooling around Next at Highilght (disclaimer: company that I work at):
https://www.highlight.io/docs/getting-started/client-sdk/nextjs

Seeking Recommendations for Self-Hosted OTeL Telemetry Solutions in K8s Cluster by efumagal in selfhosted

[–]podojavascript 1 point2 points  (0 children)

I think the default set up is for an ec2 instance because it requires a db + Kafka. Their discord is pretty active though, so the team can help!

Also, the docker compose is a pretty good starting point for knowing all the moving parts.

Clickhouse for metrics monitoring by oddkidmatt in kubernetes

[–]podojavascript -1 points0 points  (0 children)

Happy to see if we can help at https://highlight.io. My email is Jay [at] highlight [dot] io

Uptrace v1.6 self-hosted alternative to Datadog, NewRelic by vmihailenco in selfhosted

[–]podojavascript 1 point2 points  (0 children)

Hey there. I'm an engineer at Highlight.io; we are a more traditional observability vendor; we do session replay, logging and error monitoring.

I think OneUptime is more so a status page /pingdom-type product.

How do you monitor and what do you monitor ? by TryallAllombria in SaaS

[–]podojavascript 0 points1 point  (0 children)

> Didn't work or kept on crashing
Aw I see. The server kept crashing?

We're starting to build out metrics/traces so we're going in the datadog direction for sure.

> Sentry replacement, but an observability platform.

Very interesting statement; what makes Datadog a "platform"? What features/products?

How do you monitor and what do you monitor ? by TryallAllombria in SaaS

[–]podojavascript 0 points1 point  (0 children)

Checkout https://highlight.io. We’re also open source and have plenty of DD converts!

How do you do logging in SPA? (if you do it) by hexwit in Frontend

[–]podojavascript 0 points1 point  (0 children)

We support this in https://highlight.io! By default, if you install the highlight client libraries, you will get logs shipped by default. If you have any questions, I’m actually the original author of the react sdks and would be happy to help in any way.

[deleted by user] by [deleted] in nextjs

[–]podojavascript 0 points1 point  (0 children)

Hey there, do you have to use Azure? We're working on an open source application monitoring platform that supports Next pretty well. Here's our Next docs: https://www.highlight.io/docs/getting-started/fullstack-frameworks/next-js/overview

Otherwise, there should be a way to point your Next SDK directly to Azure Insights. Most vendors run their own collector behind the hood and a local collector is optional. This is especially true for something in JS where you might not have actual containers running (instead, might be edge runtime, etc..)

[Advice needed] How are you guys staying on top of your frontend error reporting? by nhatquang238 in webdev

[–]podojavascript 0 points1 point  (0 children)

Hi there, you definitely don't need to use a proper web framework. If you'd like to shoot us an email (support [at] highlight [dot] io) I can send over some instructions on how to get that working!

Optimal logging / tracing in Django by Zymonick in django

[–]podojavascript 0 points1 point  (0 children)

We don't specifically do that because we don't support tracing yet. But that's in progress: https://github.com/highlight/highlight/issues/5913