@ashfurrow regarding the deepZoom ticket, I noticed this on sentry after our QA session, which told me that the sentry import was not right. These two files were using a default import whereas all the other imports of sentry (known to work) use the named import. Weirdly, both work at dev time but apparently default import doesn't work when bundled.
🤷♂
So I patched the typings to prevent this happening again.
@ashfurrow regarding the deepZoom ticket, I noticed this on sentry after our QA session, which told me that the sentry import was not right. These two files were using a default import whereas all the other imports of sentry (known to work) use the named import. Weirdly, both work at dev time but apparently default import doesn't work when bundled.
🤷♂
So I patched the typings to prevent this happening again.