Monorepo commit integration

Hi,

At the company I work we use monorepo. So, we have many projects inside the same git repository.

We already use the release feature from sentry, but, we would like to associate commits with the release (https://docs.sentry.io/cli/releases/#sentry-cli-commit-integration)

How can we filter the commits from a specific path with the set-commits command?

For example: we would the same commits as the the following git command:

git log old_tag...new_tag apps/my_app

So we don’t have other projects commits associated with the release of my_app

Thanks!