You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -87,7 +88,7 @@ Since installing the `zero-code-instrumentation` gem through `gem install`, anyt
87
88
RUBYOPT="-r {PUT YOUR GEM PATH}/gems/zero-code-instrumentation-0.1.0/lib/zero-code-instrumentation" bundle exec rails server
88
89
```
89
90
90
-
Instrument Sinatra application with rackup:
91
+
Instrument Sinatra application with `rackup`:
91
92
92
93
If you are using a Gemfile to install the required gems but without `Bundler.require`, set `REQUIRE_BUNDLER` to true. This way, `zero-code-instrumentation` will call `Bundler.require` to initialize the required gems prior to SDK initialization.
93
94
@@ -147,5 +148,4 @@ The `zero-code-instrumentation` gem is distributed under the Apache 2.0 license.
0 commit comments