martinpetricko/filament-sentry-feedback
Widget, Panel) to embed Sentry’s feedback widget seamlessly.config/filament-sentry-feedback.php (if published). This enables customization of Sentry DSN, widget appearance, and translation keys without modifying core logic.composer show filament/filament).composer require martinpetricko/filament-sentry-feedback
php artisan vendor:publish --tag="filament-sentry-feedback-config"
.env with Sentry DSN:
SENTRY_FEEDBACK_DSN=your_dsn_here
config/filament-sentry-feedback.php (e.g., widget class, position).app/Providers/Filament/AdminPanelProvider.php:
public function panel(Panel $panel): Panel
{
return $panel
->widgets([
\MartinPetricko\FilamentSentryFeedback\Widgets\SentryFeedbackWidget::class,
]);
}
Sentry.init() calls).resources/js/app.js or vite.config.js.SENTRY_FEEDBACK_DSN).styles or tailwind.config.js.How can I help you explore Laravel packages today?