Manoel Aranda Neto
Manoel Aranda Neto
> @marandaneto @bruno-garcia > > > The problem with auto is that every merged PR is gonna be within the release, even meta changes or non user-facing changes. > >...
Project test: https://sentry.io/organizations/sentry-sdks/issues/?project=5998334 Line number should have been 19 Line number should have been 18
@jan-auer have you had the time to look into it? thanks.
Likely related to https://github.com/facebook/metro/issues/399
That would be done only once tho, if `reportPackages` is enabled, sounds like something that would improve grouping. Do you experience bad grouping or is it something that just came...
kinda related to https://github.com/getsentry/sentry-react-native/issues/831
ideally, we'd patch https://github.com/getsentry/sentry-react-native/blob/master/sentry.gradle#L108-L124 to not add the args in case they don't have a value, so sentry-cli would be able to read the env. var. `"--auth-token", sentryProps.get("auth.token") ?: project.env.get("SENTRY_AUTH_TOKEN")`...
@fragilehm we didn't define priorities yet, but it should not be super hard, what's about submitting a PR? would you be interested? I can guide with reviews
@mraleph thanks a lot for your feedback and prototype, we'll take a look into it.
it's part of our Q4 (which ends at the end of January) plan but we're not there yet. We'll need some guidance from the Flutter/Dart team since all the patches...