Reporting Exceptions
-
In the sentry documentation (https://docs.sentry.io/clients/php/usage/) there are functions to send report exceptions manually. I tried using the same but it seems $sentryClient is not defined. Is it possible to report manually using the plugin?
This is what I tried
$sentryClient->captureException(‘some error’);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Reporting Exceptions’ is closed to new replies.