File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
docs/platforms/go/guides/fiber Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,9 @@ title: Fiber
3
3
description : " Learn how to add Sentry instrumentation to programs using the Fiber package."
4
4
---
5
5
6
- package.
7
-
8
6
The Sentry Go SDK repository has a [ complete
9
7
example] ( https://github.com/getsentry/sentry-go/tree/master/_examples/fiber )
10
- of how to set up Sentry for a Fiber app.
8
+ of how to set up Sentry for a Fiber app.
11
9
12
10
For additional reference, see the [ ` sentryfiber ` API
13
11
documentation] ( https://godoc.org/github.com/getsentry/sentry-go/fiber ) .
@@ -20,8 +18,6 @@ go get github.com/getsentry/sentry-go/fiber
20
18
21
19
<Break />
22
20
23
- <SignInNote />
24
-
25
21
``` go
26
22
import (
27
23
" fmt"
Original file line number Diff line number Diff line change @@ -3242,10 +3242,6 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
3242
3242
from : '/accounts/require-2fa/' ,
3243
3243
to : '/organization/authentication/two-factor-authentication/' ,
3244
3244
} ,
3245
- {
3246
- from : '/platforms/go/guides/fiber/' ,
3247
- to : '/platforms/go/' ,
3248
- } ,
3249
3245
{
3250
3246
from : '/platforms/go/guides/fiber/user-feedback/configuration/' ,
3251
3247
to : '/platforms/go/user-feedback/' ,
You can’t perform that action at this time.
0 commit comments