-
-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
captureMessage
on Android using attachStacktrace=true
does not send the stacktrace
#2131
Comments
We've decided to go either with upgrading the Android SDK to v6 or JS SDK to v7, the one that comes first. |
Blocked by getsentry/sentry-javascript#5879 |
This was referenced Oct 25, 2022
krystofwoldrich
moved this from In Progress
to Needs Review
in Mobile & Cross Platform SDK
Oct 27, 2022
Repository owner
moved this from Needs Review
to Done
in Mobile & Cross Platform SDK
Oct 31, 2022
This was referenced Feb 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The JS SDK appends the stack trace to a top-level property instead of the
threads
interface.It works on iOS because the event is sent as it is.
It fails on Android because of the round trip serialization, since this property does not exist on Android, it's lost.
threads
interface (Gonna be done on V7, See the issue).threads
interface.The 3rd option right now seems faster/easier.
The text was updated successfully, but these errors were encountered: