sentry-docs
sentry-docs copied to clipboard
[Changelog] Add hash/anchor to url when clicking Categories/Dates/Search on the Changelog
^ title
It's nice for sharing urls.
Routing to @getsentry/product-owners-docs for triage ⏲️
a hash makes sense for dates, but probably not for categories (more than one) or search, maybe saving state to query params would be better? (but uglier) @HazAT
yes, ideally we should add params for both dates and categories(comma separated ids of categories) in the URL.
this is done