develop icon indicating copy to clipboard operation
develop copied to clipboard

Anchors are broken - https://develop.sentry.dev/sdk/overview/ page

Open marandaneto opened this issue 5 years ago • 7 comments

Item Handling Errors goes to https://develop.sentry.dev/sdk/overview/#request-compression Item Concurrency (Scope and Hubs): goes to https://develop.sentry.dev/sdk/overview/#transfer-encoding

I've tried to figure this out and fix by myself, but it turns out that when running locally (http://localhost:8000/sdk/overview/#handling-errors) everything works fine.

Not sure what's the root cause, but @HazAT already experienced the same problem. Ping me if I can be of any help.

marandaneto avatar May 26 '20 14:05 marandaneto

If I hover the text:

Screenshot 2020-05-26 at 16 38 45

marandaneto avatar May 26 '20 14:05 marandaneto

Going to guess this is somehow due to the gatsby extension we're using

dcramer avatar May 26 '20 15:05 dcramer

Hrm interestingly I'm not seeing this in dev...

dcramer avatar May 26 '20 15:05 dcramer

@dcramer by .dev do you mean develop.sentry.dev? if you open the link https://develop.sentry.dev/sdk/overview/#request-compression it jumps to the Handling Errors section.

marandaneto avatar May 26 '20 19:05 marandaneto

i mean local host when i run 'yarn start'

dcramer avatar May 26 '20 19:05 dcramer

ah so, yep, that's what I said, when running locally it works just fine

marandaneto avatar May 26 '20 19:05 marandaneto

Not sure if this is the same problem, but on https://develop.sentry.dev/architecture/, " Path of an event through Relay" points to https://getsentry.github.io/relay/architecture/ingest-event-path/ which is a broken link.

ChillarAnand avatar Sep 19 '20 14:09 ChillarAnand