We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey there, the VERCEL_GITHUB_COMMIT_SHA environment variable used in the logger.js example didn't work for me.
VERCEL_GITHUB_COMMIT_SHA
next-pino-logflare-logging-example/logger/logger.js
Line 24 in 25ec99c
Seems like the Vercel system environment variable for git SHAs is now VERCEL_GIT_COMMIT_SHA: https://vercel.com/docs/environment-variables#system-environment-variables
VERCEL_GIT_COMMIT_SHA
Changing the env var to VERCEL_GIT_COMMIT_SHA worked for me. Hope that helps anyone else that ran into this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey there, the
VERCEL_GITHUB_COMMIT_SHA
environment variable used in the logger.js example didn't work for me.next-pino-logflare-logging-example/logger/logger.js
Line 24 in 25ec99c
Seems like the Vercel system environment variable for git SHAs is now
VERCEL_GIT_COMMIT_SHA
: https://vercel.com/docs/environment-variables#system-environment-variablesChanging the env var to
VERCEL_GIT_COMMIT_SHA
worked for me. Hope that helps anyone else that ran into this issue.The text was updated successfully, but these errors were encountered: