Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abahmed authored Mar 3, 2021
1 parent 41dc6e6 commit 2881228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</a>
</p>

**sentry** middleware
**newrelic** middleware


### Supported Go versions & installation
Expand Down Expand Up @@ -48,13 +48,13 @@ func main() {
// Setup gearbox
gb := gearbox.New()

// Initialize sentry
// Initialize newrelic
nr, _ := newrelic.NewApplication(
newrelic.ConfigAppName(APP_NAME),
newrelic.ConfigLicense(LICENSE),
)

// Register the sentry middleware for all requests
// Register the newrelic middleware for all requests
gb.Use(newrelicmiddleware.New(nr))

// Define your handler
Expand Down

0 comments on commit 2881228

Please sign in to comment.