diff --git a/documentation/tutorials/getting-started-with-ash-appsignal.md b/documentation/tutorials/getting-started-with-ash-appsignal.md index 89ab6fb..826277b 100644 --- a/documentation/tutorials/getting-started-with-ash-appsignal.md +++ b/documentation/tutorials/getting-started-with-ash-appsignal.md @@ -28,17 +28,12 @@ config :ash_appsignal, trace_types: [ :custom, :action, - :changeset, - :validation, - :change, :before_transaction, :before_action, :after_transaction, :after_action, :custom_flow_step, - :flow, - :query, - :preparation + :flow ] ```