AppSignal v1.0.0 Appsignal.Ecto

Integration for logging Ecto queries

To add query logging, add the following to you Repo configuration in config.exs:

config :my_app, MyApp.Repo,
  loggers: [Appsignal.Ecto]

Summary

Functions

log(entry)