-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
core[patch]: RunnableWithFallbacks tracing fix, refactor #5995
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -20,6 +19,7 @@ import { | |||
import { consumeCallback } from "./promises.js"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there! 👋 I noticed that the recent change in manager.ts
is accessing an environment variable using a custom function getEnvironmentVariable
. I've flagged this for your review to ensure it aligns with the project's standards for handling environment variables. Keep up the great work! 🚀
@@ -0,0 +1,14 @@ | |||
import { getEnvironmentVariable } from "./env.js"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there! I've reviewed the code and flagged a specific change in the PR for your attention. The added code in callbacks.ts
explicitly accesses and reads environment variables using the getEnvironmentVariable
function from env.js
. Please review this change.
No description provided.