getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.23k stars 4.21k forks source link

feat(explore): Disable sort by for traces table #81051

Closed Zylphrex closed 1 day ago

Zylphrex commented 1 day ago

Traces are currently only sortable by timestamp. So when switching to the traces table, disable all sort by options and force it to render timestamp desc. There may be additional sorts for the slowest trace but that's to be determined.