Hi,
I am currently trying to integrate sentry into a framework-less PHP application. I am able to init the Sentry Client and get errors but I am not receiving any performance metrics to my dashboard.
The following is the method used to init the client with the given options:
This method is called in a singleton near the boot of the application as soon as possible.