You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(trace): Add an additional query that gets timestamps and projects (#68738)
- This adds a new query to the trace view where we'll first query for
the min and max timestamps and the list of projects
- This should mean that all the subsequent queries will be significantly
faster since we're only querying the timestamps and projects we care
about
- You can read more about the data used to determine this in the private
notion doc
[here](https://www.notion.so/sentry/Trace-Queries-64a39d3854e24a738dfb1dc503a57f6b)
- Should be very low risk, everything new is behind an option:
- Turning it on here:
getsentry/sentry-options-automator#1097
- Turning it off here:
getsentry/sentry-options-automator#1098
0 commit comments