Replies: 1 comment 3 replies
-
Hi @tobitech, thanks for asking. Here's an excerpt from our documentation, explaining why it is discouraged to include Sentry in a third-party SDK:
In addition to the aforementioned issues the SDK is designed to be running as a single static instance with a globally shared scope. Therefore, having multiple instances of the SDK running can cause interferences between them, causing issues for you and the app developers using your SDK. |
Beta Was this translation helpful? Give feedback.
-
Hello! I'm using Sentry Cocoa in a Swift Package.
When I install the package in an iOS application that also uses Sentry with different DSN and force a manual test crash, the crashes are reported on the dashboard for the iOS application but not on the SDK Sentry dashboard
What I'm trying to achieve is that the Sentry setup inside the SDK reports issues/crashes that occur inside the SDK source code on the SDK Sentry dashboard and also shouldn't report crashes from host projects.
Beta Was this translation helpful? Give feedback.
All reactions