Skip to content

feat: Add third party plugins to the samples #2289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

bitsandfoxes
Copy link
Contributor

@bitsandfoxes bitsandfoxes commented Aug 14, 2025

Problem

It is a pain to showcase or troubleshoot the SDK's capabilities to integrate with those plugins when our own samples are the default, empty Unity 2019 project.

Context

The Sentry SDK is rarely going to be the only plugin in use and will have to integrate with some others. I.e. in Sentaur Survivors we're using DOTween and also based on conversations I had, Cysharp UniTask is wildly popular.

But we don't have any samples or snippets anywhere. I.e. getsentry/sentry-docs#14666, the resolved symbolication issues in combination with Cysharp first had to be written and then tested and will get lost again otherwise.

Proposal

We can have an additional scene where we put all those third party samples. We keep this minimally intrusive with the ThirdPartyDefineSetup.cs. We check what packages are available and enable/disable snippets based on what's installed.

Screenshot 2025-08-14 at 16 24 35

Future

Other plugins that come to mind are

Copy link
Contributor

github-actions bot commented Aug 14, 2025

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against baea233

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant