Apllo error link - stacktrace

Hi.
Im using Apollo client, and Im sending exceptions to my Sentry in my Apollo link function, the problem with that is I’m losing the original stack-trace of my graphQL error since error link formats the original error to a graphql formatted error which is a leaner(?) version.

This causes my function that sends information to sentry to mark all my errors as if they originated from the function in the error link instead of the original place of the error, how can I solve this?