Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ export default function OpsFilter(props: Props) {
location={location}
orgSlug={organization.slug}
eventView={opsFilterEventView}
cursor="0:0:1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another one? Hmmmmm there should be a cleaner approach than this. I think maybe we should have a way for queries to change which url param they (or the EventView payload function that gets called) looks at for the cursor, and use null to indicate that the EventView should not use the location cursor?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, there should definitely be a clean way to handle this. Going to merge this for now and revisit later.

noPagination
>
{({spanOps, isLoading, error}) => {
if (isLoading) {
Expand Down