Anchors are broken - https://develop.sentry.dev/sdk/overview/ page
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.
If I hover the text:
Going to guess this is somehow due to the gatsby extension we're using
Hrm interestingly I'm not seeing this in dev...
@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.
i mean local host when i run 'yarn start'
ah so, yep, that's what I said, when running locally it works just fine
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.