PHP Integration

Hello, i have installed sentry/sdk via:

composer require sentry/sdk:2.1.0

then i have added this line to my project

\Sentry\init([‘dsn’ => ‘Sign In | Sentry’]);

Lastly, i added this line to test sentry

throw new Exception(“TEST sentry.”);

But nothing is happened. PHP side is not working but Javascript side is working well. This is just ruined all of my day and still working on it.

This is how i’m installed & my code block :

Thanks for helping.
Regards.