-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Q4] Resource Module Work #60482
Comments
DominikB2014
added a commit
that referenced
this issue
Nov 29, 2023
Fixes #60553 And more work towards #60482 1. Remove type column in resource module 2. Adds CTA to update SDK if resource sizes look off ![image](https://github.com/getsentry/sentry/assets/44422760/8eaa1311-ec24-463a-bc3a-6f694e26e73b) 3. remove some unused code for when we had decoded body size --------- Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
This was referenced Nov 29, 2023
DominikB2014
added a commit
that referenced
this issue
Nov 29, 2023
) Work for #60482 See an example of a span from the resource summary page (same as hover dropdown), when hovering over a page <img width="691" alt="image" src="https://github.com/getsentry/sentry/assets/44422760/cbcc9390-590a-4d04-99a5-919f79c3565a">
scefali
pushed a commit
that referenced
this issue
Nov 29, 2023
Fixes #60553 And more work towards #60482 1. Remove type column in resource module 2. Adds CTA to update SDK if resource sizes look off ![image](https://github.com/getsentry/sentry/assets/44422760/8eaa1311-ec24-463a-bc3a-6f694e26e73b) 3. remove some unused code for when we had decoded body size --------- Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
scefali
pushed a commit
that referenced
this issue
Nov 29, 2023
) Work for #60482 See an example of a span from the resource summary page (same as hover dropdown), when hovering over a page <img width="691" alt="image" src="https://github.com/getsentry/sentry/assets/44422760/cbcc9390-590a-4d04-99a5-919f79c3565a">
This was referenced Dec 5, 2023
DominikB2014
added a commit
that referenced
this issue
Dec 15, 2023
Work for #60482 Adds sample images to the resources summary. For example: <img width="1256" alt="image" src="https://github.com/getsentry/sentry/assets/44422760/e2dab868-2205-4545-920a-16d4c5e4737a">
This was referenced Dec 22, 2023
DominikB2014
added a commit
that referenced
this issue
Jan 8, 2024
Work for #60482 1. Adds a basic UI to enable disable image view. <img width="1264" alt="image" src="https://github.com/getsentry/sentry/assets/44422760/a58d6ce6-7bc0-4edf-9a9f-5491fb1fac66"> 2. When you select show only links the following is shown <img width="1255" alt="image" src="https://github.com/getsentry/sentry/assets/44422760/a804efe5-4481-4c4b-bc61-43fb72659d87"> 3. If you select go to settings, you go to the performance page settings. 4. If an image has an error, we will display the grey box again <img width="753" alt="image" src="https://github.com/getsentry/sentry/assets/44422760/2654013d-e9b3-4891-86c2-2ba48d6c2030"> A couple TODOs to actually use this 1. We don't have an image icon, going to work on that in a future PR, an SVG is probably okay here? 2. We need to merge in #62131 and #62025 to have the actual setting
DominikB2014
added a commit
that referenced
this issue
Jan 9, 2024
) Work for #60482 This PR adds a new endpoint to enable/disable images for the resource module as a project settings. Complements #62131 , this PR shall be merged and deployed first. TODO: - [x] Add some more error handling - [x] Add tests <img width="767" alt="image" src="https://github.com/getsentry/sentry/assets/44422760/84196e45-3311-459f-b16b-c7693a659063">
DominikB2014
added a commit
that referenced
this issue
Jan 9, 2024
trillville
pushed a commit
that referenced
this issue
Jan 19, 2024
Work for #60482 1. Adds a basic UI to enable disable image view. <img width="1264" alt="image" src="https://github.com/getsentry/sentry/assets/44422760/a58d6ce6-7bc0-4edf-9a9f-5491fb1fac66"> 2. When you select show only links the following is shown <img width="1255" alt="image" src="https://github.com/getsentry/sentry/assets/44422760/a804efe5-4481-4c4b-bc61-43fb72659d87"> 3. If you select go to settings, you go to the performance page settings. 4. If an image has an error, we will display the grey box again <img width="753" alt="image" src="https://github.com/getsentry/sentry/assets/44422760/2654013d-e9b3-4891-86c2-2ba48d6c2030"> A couple TODOs to actually use this 1. We don't have an image icon, going to work on that in a future PR, an SVG is probably okay here? 2. We need to merge in #62131 and #62025 to have the actual setting
trillville
pushed a commit
that referenced
this issue
Jan 19, 2024
) Work for #60482 This PR adds a new endpoint to enable/disable images for the resource module as a project settings. Complements #62131 , this PR shall be merged and deployed first. TODO: - [x] Add some more error handling - [x] Add tests <img width="767" alt="image" src="https://github.com/getsentry/sentry/assets/44422760/84196e45-3311-459f-b16b-c7693a659063">
trillville
pushed a commit
that referenced
this issue
Jan 19, 2024
Q4 is done - going to move everything over to https://github.com/orgs/getsentry/projects/193/views/1 |
We decided not to make follow up tasks for resource paramaterization because of time constraints |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Continuing work from #58723
#60424
[1] UI Fixes
[2] Additional resource types
resource.link
#61139[3] Web Vitals module integration
[4] Integration with Performance Issues and Span Waterfall
[5] Bundle Analysis
[6] Resource paramaterization
Stretch Goals
Resource paramaterization proposal from Dom
The text was updated successfully, but these errors were encountered: