Remove {data}{args} and {input} from variables that can be used to generate transaction name. All these variables added by PR #48. Reasons: New events don't have data property. It's still possible to fetch and parse them from ->job->payload() but this is not a good idea (IMO) performance-wise.
Queue APi has been changed in Laravel 5.3 (commit). Since this issue fixes an bug added in prev. "patch" version (2.2.1), this fix should be release also as a "patch" version (2.2.X)
Fixes #60
Decisions
{data}
{args}
and{input}
from variables that can be used to generate transaction name. All these variables added by PR #48. Reasons: New events don't havedata
property. It's still possible to fetch and parse them from ->job->payload() but this is not a good idea (IMO) performance-wise. Queue APi has been changed in Laravel 5.3 (commit). Since this issue fixes an bug added in prev. "patch" version (2.2.1), this fix should be release also as a "patch" version (2.2.X)