unkey
unkey copied to clipboard
Use trace errors for db operations
When a database operations fails we should record the span as replica so we can look at the error traces when something failed.
This currently doesn't happen but should be done using tracing.RecordError in the replica.go/traced_tx.go file