Hey, I noticed that hugsql functions defined via def-db-fns don't show up in the stack trace. for eg if I name a function get-foo-from-db and there is something wrong with the query, get-food-from-db isn't present in the stack trace. it directly shows "hugsql.core$db_fn_STAR_$y__15035"
I've cut the stack trace out because it contains work related information, but the immediate trace below this is a function that calls get-foo-from-db
does anyone know why this is, and how we could fix it?