sentry-unity
sentry-unity copied to clipboard
fix: Made inline methods in Sentry Native Bridge static
Resolves https://github.com/getsentry/sentry-unity/issues/866
@bitsandfoxes can you reproduce the mentioned issue locally? If so, maybe try removing the leading underscore, which I guess could be the cause why the symbols are stripped somewhere in the build chain.
@vaind yes, it's reproducible locally. I gave your suggestion a try but the outcome is the same.