Skip to content

Commit

Permalink
Update src/Options.php
Browse files Browse the repository at this point in the history
Co-authored-by: Michi Hoffmann <cleptric@users.noreply.github.com>
  • Loading branch information
stayallive and cleptric authored Nov 30, 2024
1 parent 2a5022a commit 1580c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ private function configureOptions(OptionsResolver $resolver): void
'logger' => null,
'spotlight' => $_SERVER['SENTRY_SPOTLIGHT'] ?? null,
/**
* @deprecated Use `spotlight` instead. Will be removed in 5.x.
* @deprecated since version 4.11. To be removed in 5.0. You may use `spotlight` instead.
*/
'spotlight_url' => 'http://localhost:8969',
'release' => $_SERVER['SENTRY_RELEASE'] ?? $_SERVER['AWS_LAMBDA_FUNCTION_VERSION'] ?? null,
Expand Down

0 comments on commit 1580c95

Please sign in to comment.