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.
2 parents fd15c7b + 1c6d47f commit 789fc13Copy full SHA for 789fc13
config/sentry.php
@@ -8,6 +8,7 @@
8
// The release version of your application
9
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
10
'release' => '4.0.0-beta.358',
11
+
12
// When left empty or `null` the Laravel environment will be used
13
'environment' => config('app.env'),
14
config/version.php
@@ -1,3 +1,4 @@
1
<?php
2
3
return '4.0.0-beta.358';
4
0 commit comments