Ivan Dlugos
                                            Ivan Dlugos
                                        
                                    With the current tooling we have available from Go runtime and in combination with what Sentry.io expects to receive, I don't see a way to improve profiling for apps with...
I've encountered this too when working on Profiling in the past - it's causing issues in tests because we have outstanding HTTP transport workers that stay running indefinitely. Related: https://github.com/getsentry/sentry-go/issues/111
> > LGTM, thanks. > > Any chance you could add a changelog entry? > > @vaind in 3-4 hours from now I've noticed this repo doesn't have rules to...
It looks like this is safe to close now as wont-fix/obsolete, with module pruning in place.
Updated to work with the latest main branch in #795
Thanks @arsmn for the contribution and sorry it took so long to get merged.
@marandaneto not at all, there's an open PR on Flutter to enable this option (https://github.com/flutter/flutter/pull/114767) and there's an UI issue that the sources don't show up on sentry.io (looking into...
UI is fixed and the flutter PR [has landed](https://github.com/flutter/flutter/commit/f945ad99c3f60408fc5d4690ed67412fc0f7aff1) as well. In other words, this is "done" and should start working automatically with the next Flutter release. I'll keep my...
Works with the latest beta tag (but not in with the `flutter channel beta` yet because that one is on `3.8.0-10.1.pre`) ``` Flutter 3.8.0-17.0.pre • channel unknown • unknown source...
The second approach, i.e. `sentry-cli upload-dif --include-sources` is implemented by https://github.com/getsentry/symbolic/pull/729 and will be available once that makes its way to a sentry-cli release. Tested manually on a local copy...