Skip to content

Commit 624f1dc

Browse files
majidalaeiniastayallive
andauthoredJun 2, 2025··
Add 'sentry' prefix to publish group name (#992)
Co-authored-by: Alex Bouma <[email protected]>
·
4.15.14.14.0
1 parent d171848 commit 624f1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Sentry/Laravel/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function boot(): void
107107
if ($this->app instanceof Laravel) {
108108
$this->publishes([
109109
__DIR__ . '/../../../config/sentry.php' => config_path(static::$abstract . '.php'),
110-
], 'config');
110+
], 'sentry-config');
111111
}
112112

113113
$this->registerArtisanCommands();

0 commit comments

Comments
 (0)
Please sign in to comment.