Denis Andrašec

Results 175 comments of Denis Andrašec

@buenaflor I created this issue as we only talked in Discord about this. Is this still correct and something we want to do?

Added to docs: https://github.com/getsentry/sentry-docs/pull/10470 We could also add the sample in the sentry-dart-plugin

@buenaflor what do you recommend should this test cover?

Added a sentence about macOS in the desktop section

@kahest Vercel once more, sry 🙇‍♂️

@buenaflor We should somehow verify that we are not involuntarily breaking SDK crash detection, do you have any idea how?

@buenaflor Checked wit some flutter sdk errors. Works as expected, sentry frames are removed. ```dart FlutterError.reportError( FlutterErrorDetails(exception: FlutterError.fromParts( [ ErrorSummary( 'The Element for ${toStringShort()} cannot be inserted into slot "$slot"...

> one edge case is if we throw an unhandled error from the sdk and for some reason flutter doesn't provide a stacktrace, we try to capture a stacktrace with...

@buenaflor Threw an exception in sentry. It does get caught in `on_error_integration.dart` and has a stack trace. Since the callback of this integration always has a non-null stack trace, it...