Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sentry:publish installs deprecated version of @sentry/browser and variants (v7.4.0) #929

Closed
benvinegar opened this issue Jul 19, 2024 · 1 comment

Comments

@benvinegar
Copy link

How do you use Sentry?

Sentry SaaS (sentry.io)

SDK version

4.8.1

Laravel version

11.16.0

Steps to reproduce

  1. Run php artisan sentry:publish --dsn=your_dsn
  2. When prompted for, Do you want to install one of our JavaScript SDKs?", choose yes`
  3. Choose any platform

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.).

@cleptric
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants