where setUpNewRelic is basically the guts of what was the NewRelic feature
mp
06/08/2019, 5:22 PM
Or, making it an extension function on
Route
, can do this:
Copy code
install(Routing) {
route("/") {
setUpNewRelic()
I do get
RoutingApplicationCall
that way, so that’s progress. Is that the best I can do? Would it make sense to provide a application Feature at all at this point? (Does anyone use ktor without routing?)