Skip to content
New issue

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

Add the module name to the transaction action while using decorators #79

Merged
merged 1 commit into from
Jan 17, 2017

Conversation

costaraphael
Copy link
Contributor

Sometimes, specially using background jobs libraries, the function names are always the same (like perform), while the module name differentiate the actions (EmailDeliverWorker, CacheUpdateWorker, ...).

This fix adds the module name to the action name, so it resembles more the action names of controllers.

@arjan
Copy link
Contributor

arjan commented Jan 17, 2017

Good addition, thanks :)

@arjan arjan merged commit 30c89ab into appsignal:master Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants