1212
1313## Introduction
1414
15- _ Gobrake_ is the official notifier library for [ Airbrake] [ airbrake.io ] for the
15+ _ Gobrake_ is the official notifier package for [ Airbrake] [ airbrake.io ] for the
1616Go programming language. Gobrake provides a minimalist API that enables the
1717ability to send _ any_ Go error or panic to the Airbrake dashboard. The library
1818is extremely lightweight, with minimal overhead.
@@ -33,7 +33,7 @@ is extremely lightweight, with minimal overhead.
3333* Automatic deploy tracking
3434* Performance monitoring features such as HTTP route statistics, SQL queries,
3535 and Job execution statistics
36- * Integrations with [ Beego] [ beego ] , [ Gin] [ gin ] and [ Negroni] [ negroni ]
36+ * Integrations with [ Beego] [ beego ] , [ Gin] [ gin ] and [ Negroni] [ negroni ] , [ Fiber ] [ fiber ]
3737* Last but not least, we follow [ semantic versioning 2.0.0] [ semver2 ]
3838
3939## Installation
@@ -266,8 +266,8 @@ In order to collect routes stats you can instrument your application
266266using ` notifier.Routes.Notify ` API.
267267
268268Below is an example using the net/http middleware. We also have HTTP middleware
269- examples for [ Gin] ( examples/gin ) , [ Beego] ( examples/beego ) and
270- [ Negroni] ( examples/negroni ) .
269+ examples for [ Gin] ( examples/gin ) , [ Beego] ( examples/beego ) ,
270+ [ Negroni] ( examples/negroni ) and [ Fiber ] ( examples/fiber ) .
271271
272272``` go
273273package main
@@ -425,9 +425,10 @@ The project uses the MIT License. See [LICENSE.md](https://github.com/airbrake/g
425425[ gobrake-github ] : https://github.com/airbrake/gobrake
426426[ docs ] : https://pkg.go.dev/github.com/airbrake/gobrake/v5
427427[ docs/performance ] : https://docs.airbrake.io/docs/overview/apm/#monitoring-go-apps
428- [ beego ] : https://beego.me
428+ [ beego ] : https://github.com/beego/beego
429429[ gin ] : https://github.com/gin-gonic/gin
430430[ negroni ] : https://github.com/urfave/negroni
431+ [ fiber ] : https://github.com/gofiber/fiber
431432[ semver2 ] : http://semver.org/spec/v2.0.0.html
432433[ go-mod ] : https://github.com/golang/go/wiki/Modules
433434[ project-idkey ] : https://s3.amazonaws.com/airbrake-github-assets/gobrake/project-id-key.png
0 commit comments