Skip to content

Commit

Permalink
fix(go): fix wrong redirect and typo in Go fiber docs (#12627)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcian authored Feb 10, 2025
1 parent 657da84 commit 5fd237c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions docs/platforms/go/guides/fiber/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ title: Fiber
description: "Learn how to add Sentry instrumentation to programs using the Fiber package."
---

package.

The Sentry Go SDK repository has a [complete
example](https://github.com/getsentry/sentry-go/tree/master/_examples/fiber)
of how to set up Sentry for a Fiber app.
of how to set up Sentry for a Fiber app.

For additional reference, see the [`sentryfiber` API
documentation](https://godoc.org/github.com/getsentry/sentry-go/fiber).
Expand All @@ -20,8 +18,6 @@ go get github.com/getsentry/sentry-go/fiber

<Break />

<SignInNote />

```go
import (
"fmt"
Expand Down
4 changes: 0 additions & 4 deletions src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3242,10 +3242,6 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
from: '/accounts/require-2fa/',
to: '/organization/authentication/two-factor-authentication/',
},
{
from: '/platforms/go/guides/fiber/',
to: '/platforms/go/',
},
{
from: '/platforms/go/guides/fiber/user-feedback/configuration/',
to: '/platforms/go/user-feedback/',
Expand Down

0 comments on commit 5fd237c

Please sign in to comment.