How would you integrate this into a unity package? #1144
-
We're building a upm package for other projects and I've added this package as a dependency and initialized it with the e.g. calling SentrySdk.CaptureMessage() would cause them to send the message to our backend? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi. Sentry is designed for applications, not for libraries. You can add a Sentry SDK to your samples and/or test applications, but we do not support adding it to a component or library you are developing for integration into other applications. There are technical reasons why, but the primary reason is that the privacy agreement for the data that the Sentry SDK collects is between Sentry and the owner of the application only, and doesn't involve third parties. Some previous discussions about this here: getsentry/sentry-dotnet#1872 (comment) Thanks. |
Beta Was this translation helpful? Give feedback.
Hi. Sentry is designed for applications, not for libraries. You can add a Sentry SDK to your samples and/or test applications, but we do not support adding it to a component or library you are developing for integration into other applications.
There are technical reasons why, but the primary reason is that the privacy agreement for the data that the Sentry SDK collects is between Sentry and the owner of the application only, and doesn't involve third parties.
Some previous discussions about this here: getsentry/sentry-dotnet#1872 (comment)
Thanks.