Manoel Aranda Neto

Results 1021 comments of Manoel Aranda Neto

@rafael-fecha I've just tried here, upload worked fine and the event got symbolicated as well (with flavors), it must be something related to your pipeline or flavors configuration? please provide...

Thanks for the feedback, I will check what's the issue with `hermesFlagsForVariant`

So I've tried this: ``` project.ext.react = [ enableHermes: true, // clean and rebuild if changing hermesFlagsForVariant: { def v -> !v.name.toLowerCase().contains('release') ? ['-w'] : [] }, ] ``` The...

getting the error: > [sentry] [error] Error while capturing exception > [sentry] ArgumentError (Invalid argument(s): Illegal argument in isolate message: (object is aReceivePort)) > [sentry] #0 Isolate._spawnFunction (dart:isolate-patch/isolate_patch.dart:395:25) > #1...

> Does it work for file attachments? Didn't test it yet, not working even for Events right now. I dare to say its related to the limited data types accepted...

that sounds reasonable, our Native SDKs do that already See the Apple SDK: https://github.com/getsentry/sentry-cocoa/blob/master/Sources/Sentry/SentrySDK.m#L202-L206 I'd just need to add a new method in the bridge and call them accordingly :)

if you need this right now, you can get inspiration from here https://github.com/getsentry/sentry-dart/blob/main/flutter/example/android/app/src/main/kotlin/io/sentry/samples/flutter/MainActivity.kt and here https://github.com/getsentry/sentry-dart/blob/main/flutter/example/ios/Runner/AppDelegate.swift We do have this in our built-in samples.

Currently blocked by https://github.com/dart-lang/sdk/issues/44325

@augustorsouza we'd like to do it but we didn't spend much time investigating it yet, we don't even know if it's supported ootb by the flutter/dart tooling. just to be...

For Web, it works at some degree, see https://github.com/getsentry/sentry-dart/issues/417#issuecomment-897480519