We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I propose that track_create, _update, and _delete should all be true by default. I believe this is the standard use case 80% of the time.
track_create
_update
_delete
Currently it's:
track_create: false, track_update: true, track_destroy: false
This would entail a minor version bump.