Manoel Aranda Neto

Results 1026 comments of Manoel Aranda Neto

This likely requires a breaking change so adding the v7 milestone in it. I'm currently discussing this internally and gathering info on how other SDKs handle such use cases.

Some languages have a `cause` or similar method/property within their `Exception` class, for example, [Java](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#getCause()), see [implementation](https://github.com/getsentry/sentry-java/blob/ecf968066ed0966386e51f86a2c5f87fc46f4927/sentry/src/main/java/io/sentry/SentryExceptionFactory.java#L121-L150), JS does something similar with `error.cause`. Some languages don't, and people/libs/SDKs usually create/extend...

@denrase we can solve for what makes more sense to the Dart/Flutter SDK, other SDKs either don't have this problem or the language itself has a builtin solution. @ueman is...

> @imatwawana @marandaneto any update with this? Sentry RN SDK v5 is still alpha (currently working on it), also the adoption of RN >= 0.70 is very low, any reason...

@krystofwoldrich adjust the text if necessary and merge it since RN 0.7x is already stable.

We added support for [Android and iOS](https://posthog.com/docs/session-replay/mobile), RN is the next starting next week, and we'll likely have alpha testing within a couple of weeks. We just added it as...

> @marandaneto hey men, I currently have development of session replay recording SDKs for react-native, flutter, android etc. I already have a large project that is functional. I intended to...

Android, iOS, Flutter, and React Native already set the `$session_id` to all events and rotate the session if the user kills the app or if the app is inactive in...

@vaibhavagnihotri you could create a chained exception instead of adding breadcrumbs, Sentry already supports chained exceptions thru the `cause` ctor https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html#Exception(java.lang.Throwable)

yes, I meant, it's just a workaround, these exceptions would come thru and would be shown and have more info than just breadcrumbs.