Manoel Aranda Neto
Manoel Aranda Neto
Depends on https://github.com/getsentry/team-mobile/issues/41
`maxRequestBodySize` already exists, sets as `Request#data`, defaults to `never`. Add `maxResponseBodySize`, sets as `SentryResponse#data`, defaults to `never`. This can be done on the integrations for the packages `http` and `dio`.
True, it's a small baby step, you can do that yourself already actually using the beforeSend or an event processor, but yeah automatic would be better.
https://github.com/dart-lang/source_map_stack_trace/tree/master might be something to look at in case JS stack traces are not so user-friendly, we could do something similar on the Server, well, we already symbolicate it but...
@blaugold can you provide a minimal reproducible example? (with build commands, upload source maps command, etc). Every time I test a sample app (Flutter web), symbolication works just fine. If...
@blaugold can you try using the https://github.com/getsentry/sentry-dart-plugin plugin instead of calling sentry-cli manually? Just wanna be sure that all the configuration is correct. The plugin uses different commands than yours,...
Flutter web has this option in the build cmd: > --build-number An identifier used as an internal version number. > Each build must have a unique identifier to differentiate it...
> After raising the min versions of Dart and Flutter, the detection of slow and frozen frames is possible in pure Dart code without having to rely on native code....
PR is closed due to https://github.com/getsentry/sentry-dart/pull/1271#issuecomment-1562970140
Closed because of https://github.com/getsentry/sentry-dart/pull/1271#issuecomment-1562970140 We can reevaluate this in case we learn more or find out that this is actually possible within our current data model.