-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Obfuscated built Flutter app obfuscates Sentry message #1663
Comments
Assigning to @getsentry/support for routing ⏲️ |
Routing to @getsentry/product-owners-issues for triage ⏲️ |
hey @b4tchkn Could you please provide us a link to the event? |
@stefanosiano |
hey @b4tchkn |
hey @b4tchkn I'm closing this issue for now. Feel free to add a comment in case the fix doesn't work for your case |
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
--obfuscate --split-debug-info=./
options.sentry-cli debug-files upload -o <org> -p <project> ./
on CI.Expected Result
To be confirmed messages that have not been obfuscated.
Actual Result
The message arrives on Sentry obfuscated.
So, If I don't set stackTrace when call
Sentry.captureEvent()
, StackTrace on Sentry will be unknown. before Flutter obfuscation, I could see a normal StackTrace.If I set stackTrace to StackTrace.current, etc. when call
Sentry.captureEvent()
, I can confirm a normal StackTrace.Is it a specification that obfuscation occurs when source code objects are included in the message and that StackTrace is obfuscated when StackTrace is not specified?
Product Area
Issues
Link
No response
DSN
No response
Version
No response
The text was updated successfully, but these errors were encountered: