artsy / emission

⚠️ Deprecated repo, moved to artsy/eigen ➡️ React Native Components
http://artsy.github.io/blog/2018/04/17/making-a-components-pod/
MIT License
618 stars 78 forks source link

Fix sentry imports #2070

Closed ds300 closed 4 years ago

ds300 commented 4 years ago

@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.

artsyit commented 4 years ago

:rocket: PR was released in v1.21.32 :rocket: