()
| 51 | * when instrumentation is disabled. |
| 52 | */ |
| 53 | export function clearGlobalTracingHelper(): void { |
| 54 | delete globalThisWithPrismaInstrumentation[GLOBAL_VERSIONED_INSTRUMENTATION_KEY] |
| 55 | delete globalThisWithPrismaInstrumentation[GLOBAL_INSTRUMENTATION_KEY] |
| 56 | } |
no outgoing calls
no test coverage detected