Markus Wahl

Results 14 comments of Markus Wahl

Hi! 1. Yes 2. Well, we do not know what causes it. We logged this bug report since we would be glad if we could get some more information out...

### with-context-information-prior-to-7.11.0-redacted.json ``` { "event_id": "REDACTED", "project": REDACTED, "release": "REDACTED", "dist": "580", "platform": "cocoa", "message": "", "datetime": "2022-05-23T08:12:56.779649Z", "tags": [ [ "app.device", "REDACTED" ], [ "device", "iPhone12,8" ], [ "device.family",...

### without-context-information-using-7.11.0-redacted.json ``` { "event_id": "REDACTED", "project": REDACTED, "release": "REDACTED", "dist": "805", "platform": "cocoa", "message": "", "datetime": "2022-05-30T08:51:06.743513Z", "tags": [ [ "environment", "production" ], [ "event.environment", "native" ], [ "event.origin",...

I see. Thanks for your feedback. We can see reports in sentry for other events where the APP data section is present. In regards to the APP data section and...

Will do, thanks!

I am afraid we still get those errors even after bumping to 7.18.1 of sentry.cocoa. Also we see a sudden other error (but in android of NoClassDefFoundError: io.sentry.flutter.f) after having...

I think that is possible. (That's normal for most apps, no?)

OK, thanks. It is this one, right? https://pub.dev/documentation/sentry_flutter/latest/sentry_flutter/SentryFlutterOptions/enableAutoSessionTracking.html It is no entirely clear to me from the docs what `enableAutoSessionTracking` does. Do I understand it correctly that setting `enableAutoSessionTracking` to...

(And to answer your question, no we did not have `enableAutoSessionTracking` disabled, but we are considering to do it, especially once https://github.com/getsentry/sentry-dart/pull/905 becomes available).

No, I meant that we were eager to try setting `enableAutoSessionTracking` to `false` because I, incorrectly, understood from you that that might correct it. The setting `enableAutoSessionTracking` is and has...