sentry-docs icon indicating copy to clipboard operation
sentry-docs copied to clipboard

Platform redirect missing from Filtering

Open rohitkataria-sentryio opened this issue 4 years ago • 6 comments

Core or SDK?

Core Sentry product

Which part? Which one?

Data Management --> Inbound Filters

Description

When on: https://docs.sentry.io/product/data-management-settings/scrubbing/ and clicking “the SDK documentation”, it takes me to platform redirect.

Similarly, when on https://docs.sentry.io/product/data-management-settings/event-grouping/ and clicking on “using SDK Fingerprinting” , takes me to platform redirect.

But when on https://docs.sentry.io/product/data-management-settings/filtering/ , clicking on “your SDK to filter projects” , takes me to Javascript specific filtering options.

Suggested Solution

I would expect it to take me to platform redirect and from there to the filtering options of the SDK I'm interested in, just like it does for scrubbing and grouping (see links above)

rohitkataria-sentryio avatar Nov 04 '21 18:11 rohitkataria-sentryio

I wonder if we can lint against this too?

untitaker avatar Nov 04 '21 19:11 untitaker

Not sure if this would be a separate issue, but same thing about environments: On https://docs.sentry.io/product/sentry-basics/environments/#creating-environments , we see "your SDK, as documented for each SDK" which again takes user to JS specific guide.

If I can be greedy, I would like to see a platform specific landing page that would redirect for any SDK specific implementation, such as filtering/environment shared above (and then also for all of "Enriching events")

rohitkataria-sentryio avatar Nov 04 '21 19:11 rohitkataria-sentryio

(P.S. @rohitkataria-sentryio Any chance you could make your getsentry org membership public? That way the bot will avoid applying "Status: Unrouted" in the future. 🙏)

chadwhitacre avatar Nov 04 '21 19:11 chadwhitacre

Not sure if this would be a separate issue, but same thing about environments: On https://docs.sentry.io/product/sentry-basics/environments/#creating-environments , we see "your SDK, as documented for each SDK" which again takes user to JS specific guide.

If I can be greedy, I would like to see a platform specific landing page that would redirect for any SDK specific implementation, such as filtering/environment shared above (and then also for all of "Enriching events")

I'm going to go ahead and fix these two instances, but my understanding is that if you've already chosen an SDK in our docs, even if you navigate between product and platform, your SDK selection is maintained. At least that's what we've got indicated in our contributing docs for the use case for a platform redirect. But when I'm testing it now, it doesn't seem to be working that way. @untitaker, can you confirm my understanding of how platform selection is supposed to work?

imatwawana avatar Nov 05 '21 17:11 imatwawana

PR to fix links mentioned in above: https://github.com/getsentry/sentry-docs/pull/4366

imatwawana avatar Nov 05 '21 18:11 imatwawana

@untitaker, can you confirm my understanding of how platform selection is supposed to work?

that would be great behavior, I am not sure if this is currently implemented. it definetly used to work that way at some point, but perhaps before we moved to gatsbyjs. @dcramer probably knows

untitaker avatar Nov 08 '21 09:11 untitaker