Skip to content

Commit 292f8b4

Browse files
authored
chore: rename DEBUG cypress-trace -> trace-cypress (#21658)
1 parent 2af1ad0 commit 292f8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-context/src/util/autoBindDebug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const debugLibCache: Record<string, debugLib.Debugger> = {}
1212
* set DEBUG=cypress-trace:<ClassName> to utilize the logging
1313
*/
1414
export function autoBindDebug <T extends object> (obj: T): T {
15-
const ns = `cypress-trace:${obj.constructor.name}`
15+
const ns = `trace-cypress:${obj.constructor.name}`
1616
const debug = debugLibCache[ns] = debugLibCache[ns] || debugLib(ns)
1717

1818
if (!debug.enabled) {

0 commit comments

Comments
 (0)