Skip to content
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

Attachment with event.view_hierarchy type isn't shown in the Issues page #1704

Closed
marandaneto opened this issue Dec 16, 2022 · 2 comments · Fixed by getsentry/sentry#42805
Closed
Assignees
Labels
bug Something isn't working

Comments

@marandaneto
Copy link
Contributor

Environment

Sent by Flutter/RN on Android.

Steps to Reproduce

  1. Capture an envelope with an event
  2. Capture an envelope with an attachment of the event.view_hierarchy type.

Obs: If the attachment and the event are sent within the very same envelope, it works.
I know that minidumps requires to be within the very same envelope of the event, but it's not the case for event.view_hierarchy.

envelope.txt

The event id dfbaa509977c4626af8266753e256908 set in the envelope header already exists in Sentry.

Expected Result

Attachment is shown in the Issues page

Actual Result

Attachment isn't show in the Issues page

@markushi
Copy link
Member

markushi commented Jan 4, 2023

Can we get some attention on this issue? This is blocking our Dart, Cocoa and Java (Android) SDK from shipping this feature. cc @kahest

@olksdr
Copy link
Contributor

olksdr commented Jan 5, 2023

Opened getsentry/sentry#42805 to fix this and also added integration test to relay in #1728 to check that we actually can send the individual attachments to Sentry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants