RutledgePaulV / newrelic-clj

10 stars 2 forks source link

Request URI is shown as empty on New Relic #3

Open valerauko opened 1 year ago

valerauko commented 1 year ago

While the transaction name of the web transaction is correctly set to the route template (in reitit), the request.uri is shown as /Unknown

valerauko commented 1 year ago

It might be worth implementing other methods ExtendedRequest inherits from Request too, though I'm not sure where or how those values are used.

cf. https://github.com/Yleisradio/new-reliquary/blob/046f08cb21883c81ff7c5aaa6d542401af72c283/src/new_reliquary/ring.clj#L68-L78