File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -193,16 +193,27 @@ Returns the built context.
193
193
194
194
[float]
195
195
[[rails-start]]
196
- === Manually hooking into Rails
196
+ === Rails
197
197
198
- Start the agent and hook into Rails explicitly . This is useful if you skip requiring
198
+ Start the agent and hook into Rails manually . This is useful if you skip requiring
199
199
the gem and using the `Railtie`.
200
200
201
201
[source,ruby]
202
202
----
203
203
ElasticAPM::Rails.start(server_url: 'http://localhost:8200')
204
204
----
205
205
206
+ [float]
207
+ [[grape-start]]
208
+ === Grape
209
+
210
+ Start the agent and hook into Grape.
211
+
212
+ [source,ruby]
213
+ ----
214
+ ElasticAPM::Grape.start(MyGrapeApp, server_url: 'http://localhost:8200')
215
+ ----
216
+
206
217
[float]
207
218
=== Errors
208
219
You can’t perform that action at this time.
0 commit comments