enable logs; add sentry logging to block runs (debugger) (#3205)
This commit is contained in:
9
skyvern-frontend/src/hooks/useLogging.ts
Normal file
9
skyvern-frontend/src/hooks/useLogging.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { LoggingContext } from "@/store/LoggingContext";
|
||||
import { useContext } from "react";
|
||||
|
||||
function useLogging() {
|
||||
const getLogging = useContext(LoggingContext);
|
||||
return getLogging();
|
||||
}
|
||||
|
||||
export { useLogging };
|
||||
Reference in New Issue
Block a user