You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SheryarKhaliq125 Hi, have you managed to resolve the issue? I am currently experiencing the same problem. Everything seems to be configured correctly, but the dashboard is empty.
How do you use Sentry?
Self-hosted / on-premises
SDK version
^4.0
Steps to reproduce
composer require sentry/sentry-laravel
Enabled capturing unhandled exception to report to Sentry by making the following change on App/Exceptions/Handler.php
Configure the Sentry DSN with this command you gave!
when i test using command: php artisan sentry:test
i get the positive result means test event successful but I'm not receiving issue on web application.
Output:
DSN discovered from Laravel config or
.env
file!Sending test event...
Test event sent with ID: d4d1bd2188cd4efeb6d6b44639659f42
I already checked the DSN url etc but still the same (not receiving issues on web app)
Expected result
Receive issues on web application of Self-hosted sentry.
Actual result
Sentry test was successful but not receiving errors on web application
The text was updated successfully, but these errors were encountered: