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
33description : " Learn how to add Sentry instrumentation to programs using the Fiber package."
44---
55
6- package.
7-
86The Sentry Go SDK repository has a [ complete
97example] ( 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.
119
1210For additional reference, see the [ ` sentryfiber ` API
1311documentation] ( https://godoc.org/github.com/getsentry/sentry-go/fiber ) .
@@ -20,8 +18,6 @@ go get github.com/getsentry/sentry-go/fiber
2018
2119<Break />
2220
23- <SignInNote />
24-
2521``` go
2622import (
2723 " fmt"
Original file line number Diff line number Diff line change @@ -3242,10 +3242,6 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
32423242 from : '/accounts/require-2fa/' ,
32433243 to : '/organization/authentication/two-factor-authentication/' ,
32443244 } ,
3245- {
3246- from : '/platforms/go/guides/fiber/' ,
3247- to : '/platforms/go/' ,
3248- } ,
32493245 {
32503246 from : '/platforms/go/guides/fiber/user-feedback/configuration/' ,
32513247 to : '/platforms/go/user-feedback/' ,
You can’t perform that action at this time.
0 commit comments