Skip to content

Commit

Permalink
Fix instrumentation in README #35 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkamel authored Oct 19, 2022
1 parent be037ba commit ce77308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ performance tracing, etc.
To use instrumentation, configure the instrumenter:

```ruby
SearchFlip::Config[:instrumenter] = ActiveSupport::Notifications.notifier
SearchFlip::Config[:instrumenter] = ActiveSupport::Notifications
```

Subsequently, you can subscribe to notifcations for `request.search_flip`:
Expand Down

0 comments on commit ce77308

Please sign in to comment.