Skip to content

Instantly share code, notes, and snippets.

@amalbuquerque
Last active October 8, 2018 10:48
Show Gist options
  • Save amalbuquerque/0083aa8d4e5761fed6bb77e74165a281 to your computer and use it in GitHub Desktop.
Save amalbuquerque/0083aa8d4e5761fed6bb77e74165a281 to your computer and use it in GitHub Desktop.
defmodule Instrumentation.Config do
def get() do
%{
{Foo, :bar, 2} =>
[
on_success: {Instrumentation, :success_callback},
on_error: {Instrumentation, :error_callback}
]
}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment