Ivan Dlugos
Ivan Dlugos
> just asking cus I can check with the stack trace team. please do - I've posted on discord in the `dwarf` channel (for the lack of a better place)...
> There's no uploaded sourcemaps for this release. hmm, that looks like an error. SENTRY_RELEASE env var is set in `run.sh` but maybe not picked up properly by the dart...
web - it loaded the cached version from a previous run. when I made sure I use the version I've just built, in-app source codes work fine - https://sentry.io/organizations/sentry-sdks/issues/3741285487/events/0c0429bd595840b6a5117b755a3f0da8/?project=5428562
@kamilogorek would this work for cli? https://github.com/getsentry/sentry/issues/32618#issuecomment-1222028370
Adding `true` to the project includes sources in the generated PDB. I've uploaded that to sentry & tested with the customized console app sample but there are no sources displayed...
Mind creating an issue in the appropriate repo so that it's tracked and eventually prioritized? I guess you'd be able to best describe what's needed.
I'm voting to close this - the CI job prints failure to logs - all the info is there for contributors to see and fix. Yes, it's not easy to...
I've recently tried enabling this and it still fails. I think, considering I've previously tried running the same app without Sentry included at all, we can assume it's a Unity...
Update on the current state: 1. build **without** Sentry doesn't happen on PRs right now to speed up CI 2. I've built an [action](https://github.com/getsentry/action-app-sdk-overhead-metrics) recently that [could be used](https://github.com/getsentry/action-app-sdk-overhead-metrics/blob/bec4079e93056e77d3f07b316a0c54c0b3bb6154/tests/android.yml#L14) to...
@oddgames-david did you end up setting `StackTraceMode.Enhanced` mode with mono? What was your experience with the stack traces?