{{ message }}
Replies: 1 comment
0 replies
Answer selected by
romtsn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


hi @amrita019, officially we do not support the usecase of using our SDKs in another third-party library/SDK, see the note here https://docs.sentry.io/platforms/
However, since you're using your own instance of Hub, this is possible, but you will have to manually register available integrations and other things, pretty much what is done here to achieve the same functionality. It's still not recommended though, as some of those integrations might clash with the Main Application in one or another way.