Ionic Capacitor now uses the capacitor:// scheme on iOS which is not included in the regex check which results in stack traces not being parsed correctly on iOS. I have added capacitor to the regex and verified that the stack traces are parsed correctly. Here is what the stack looks like on errors thrown from within Capacitor on iOS for reference:
Ionic Capacitor now uses the
capacitor://
scheme on iOS which is not included in the regex check which results in stack traces not being parsed correctly on iOS. I have addedcapacitor
to the regex and verified that the stack traces are parsed correctly. Here is what the stack looks like on errors thrown from within Capacitor on iOS for reference:Here is also a link to the project on GitHub showing the official default value: https://github.com/ionic-team/capacitor/blob/2b7016f3b4d62fd8c9d03fde2745b3d515bf08b2/ios/Capacitor/Capacitor/CAPInstanceDescriptor.m#L10