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
So not setting that env var avoids the need for additional code. If you don't want the library code + its dependencies to be deployed to production it's a bit more complicated as you'd need to either avoid importing the library at all when in production or handle the exception that happens when you try to import it.
I'm assuming it's best to omit Fiberplane from production hono instances. Since hono is instrumented with Fiberplane like:
What is the recommended CI/CD setup so this is omitted in prod? Install it as a dev dependency and add an environment switch? Something like:
?
The text was updated successfully, but these errors were encountered: