You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, currently I'm integrating xendit-sdk and found some issues with Sentry (the project used Sentry too). From what I saw in the code, won't the way xendit-sdk initializing Sentry will replace our own Sentry initialization?
The text was updated successfully, but these errors were encountered:
Came across this issue while investigating possible integration in one of my projects but its a showstopper. Sentry sdk is not intended for Libraries which is noted in Sentry documentation - is xendit going to do anything about it? :
It is bad practice to use Sentry SDKs in third-party plugins, packages, and libraries (such as payment SDKs or embeddable widgets) meant to be consumed by other apps. If an app uses a Sentry SDK, as well as a third-party package with its own Sentry SDK installed, then the following issues can occur:
Version conflicts.
Signal handlers may overwrite each other, leading to one of the Sentry SDKs operating incorrectly.
Third-party SDKs and libraries may leak users' PII data to the third-party's Sentry organization.
Hi, I also used xendit on my project and encountered a lot of ANR thats suspected caused by sentry. As mentioned above, Sentry isn't recommended to be put into 3rd party SDK. Is it possible to disable sentry when using Xendit?
Hi, currently I'm integrating xendit-sdk and found some issues with Sentry (the project used Sentry too). From what I saw in the code, won't the way xendit-sdk initializing Sentry will replace our own Sentry initialization?
The text was updated successfully, but these errors were encountered: