Enable Performance Metrics with Laravel 5.3 REST APIs

HI, I’m trying to integrate Sentry with Laravel 5.3 application. As part of this entire setup has been done. Now I’m trying to get the performance metrics for REST APIs.

As per the documentation, I put the following variables in sentry.php

‘controllers_base_namespace’ => ‘App\Http\Controllers’,

‘traces_sample_rate’ => 1,

when i make rest call I’m not able to capture performance of that particular rest call. Do i need any additional properties to set?

Please do let me know, how to capture REST calls.

Thanks & Regards