We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cdaf2 commit a3298fdCopy full SHA for a3298fd
src/Sentry/Laravel/ServiceProvider.php
@@ -107,7 +107,7 @@ public function boot(): void
107
if ($this->app instanceof Laravel) {
108
$this->publishes([
109
__DIR__ . '/../../../config/sentry.php' => config_path(static::$abstract . '.php'),
110
- ], 'sentry-laravel.config');
+ ], 'sentry-config');
111
}
112
113
$this->registerArtisanCommands();
0 commit comments