chore: fix trace span type dtypespec

This commit is contained in:
Zach Daniel 2023-09-26 11:29:37 -04:00
parent 27a368660f
commit ae3125483c

View file

@ -14,6 +14,10 @@ defmodule Ash.Tracer do
| :preparation
| :custom_flow_step
| :custom
| :before_transaction
| :before_action
| :after_transaction
| :after_action
| {:custom, atom()}
@type metadata() :: %{