You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation step was removed in #930.
For the record, we installed ^7.40.0, which results into @sentry/[email protected] being installed at the time of writing.
How do you use Sentry?
Sentry SaaS (sentry.io)
SDK version
4.8.1
Laravel version
11.16.0
Steps to reproduce
php artisan sentry:publish --dsn=your_dsn
Do you want to install one of our JavaScript SDKs?", choose
yes`Expected result
It should install a reasonably up to date version of sentry-javascript (the current latest version is 8.19.0).
(At least, I assume it should, unless there's an intentional reason I may have overlooked.)
Actual result
It installs 7.4.0, which appears to be hardcoded (for any flavor of sentry-javascript, including Vue, Angular, etc.).
The text was updated successfully, but these errors were encountered: