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
hi @cayter, that's a mistake in the docs, you only need an ingest permission, I will update the docs. Nonetheless, your're right regarding leaking the token, we have an in progress PR to make the library send logs through the backend only.
According to https://axiom.co/docs/send-data/nextjs, we have to:
NEXT_PUBLIC_AXIOM_DATASET
andNEXT_PUBLIC_AXIOM_TOKEN
to the API token from step 1.Doesn't
NEXT_PUBLIC_
expose the secrets in the browser which also means our logs can be CRUD by malicious users?The text was updated successfully, but these errors were encountered: