Sentry has the feature to share an issue publicly. But the public issue now only includes the stacktrace and (in my C# case) the assemblies.
I want now to add additional Context data. In fact, I already have added custom structural context (in my case command info), which I now want to include in this public issue. Is this possible? And if yes, how?
Thanks :)!