Symbolication and Electron.framework

Our organization (Hudl) has the proper sentry subscription to add extra repositories (electron) to add symbols to our binary crashes.

We added the electron repo to the builtin repo as described here:

and it partially works since we can see the function names of the Electron helper application also if I’ve not uploaded the 12.0.5 electron symbols used by our latest version… but we cannot get symbolication to work on the framework stack frames:

before upgrading our subscription I also tried to upload “smaller symbols” in “breakpad” format as suggested here for electron 12.0.2:

… but we had the same issue with the symbolication of the Electron.framework stack frames.