UE4: Using legacy_call_stack for grouping

I want to use sentry.io with UE4. Currently it receives crash reports from CrashReportClient, however I don’t upload symbol information to sentry, so it groups multiple crashes into one based on the exception information.

Can I use legacy_call_stack field from the uploaded crash as a grouping filter somehow? That would solve the issue, since it’s already symbolicated.