We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need all outgoing messages to be saved in the database. How can this be implemented with minimal costs?
The text was updated successfully, but these errors were encountered:
That's a good question, and a use case that I haven't thought yet.
I think that the best way to handle this would be to improve #97 and add a telemetry message on executed methods.
It would be somewhere near here: https://github.com/rockneurotiko/ex_gram/blob/master/lib/ex_gram/macros/executer.ex#L48 and it would send a telemetry event like [:ex_gram, :method, :executed] with at least the method, body and result in the metadata
[:ex_gram, :method, :executed]
Sorry, something went wrong.
No branches or pull requests
I need all outgoing messages to be saved in the database. How can this be implemented with minimal costs?
The text was updated successfully, but these errors were encountered: