We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self-hosted / on-premises
4.4.1
// App\Console\Commands\TestCommand protected $signature = 'app:test-command'; public function handle() { \DB::table('test')->insert([ 'created_at'=>now(), ]); }
php artisan app:test-command
Transaction with performance data is sent to Sentry
No data is sent to Sentry
The text was updated successfully, but these errors were encountered:
stayallive
No branches or pull requests
How do you use Sentry?
Self-hosted / on-premises
SDK version
4.4.1
Steps to reproduce
Expected result
Transaction with performance data is sent to Sentry
Actual result
No data is sent to Sentry
The text was updated successfully, but these errors were encountered: