Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(node): Don't call
JSON.stringify
on prisma client when logging
`JSON.stringify` will throw when called on circular structures. This is an unnecessary risk in the prisma integration so we just log it plainly. Ref: #8532
- Loading branch information