You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to instrument the client side part of my Next.js app using OpenTelemetry's Browser SDK. As references, here's what my instrumentation setup currently looks like:
Intro
I want to instrument the client side part of my Next.js app using OpenTelemetry's Browser SDK. As references, here's what my instrumentation setup currently looks like:
I looked over the Send OpenTelemetry data to Axiom guide and I was not able to find any resources on how to get this working.
Proposal
I would like to have an additional Next.js rewrite for
${config.proxyPath}/traces
along with public token authentication.next-axiom/src/withAxiom.ts
Lines 26 to 37 in ab8288e
The text was updated successfully, but these errors were encountered: