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

[cli] Ignore VERCEL_ANALYTICS_ID if @vercel/speed-insights is present on the project #11305

Merged

Conversation

chriswdmr
Copy link
Member

@chriswdmr chriswdmr commented Mar 20, 2024

In the past, we used the VERCEL_ANALYTICS_ID environment variable with the previous Speed Insights feature on Vercel to activate specific logic in Next.js, Nuxt and Gatsby for collecting and sending web vitals data.

With the new Speed Insights, that's not required anymore.

We no longer want to set the environment variable when detecting the new @vercel/speed-insights package.
This PR confirms that the variable is not set if the new package is detected.

Copy link

changeset-bot bot commented Mar 20, 2024

🦋 Changeset detected

Latest commit: 8679be8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
vercel Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

feugy
feugy previously approved these changes Mar 20, 2024
Copy link
Member

@feugy feugy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add a changeset. Thanks for this quick fix!

packages/cli/test/unit/commands/build/index.test.ts Outdated Show resolved Hide resolved
packages/cli/test/unit/commands/build/index.test.ts Outdated Show resolved Hide resolved
trek
trek previously approved these changes Mar 20, 2024
feugy
feugy previously approved these changes Mar 21, 2024
@EndangeredMassa EndangeredMassa added the pr: automerge Automatically merge the PR when checks pass label Mar 21, 2024
@kodiakhq kodiakhq bot merged commit 1e6323e into main Apr 18, 2024
110 checks passed
@kodiakhq kodiakhq bot deleted the ignore-analytics-id-when-speed-insights-package-is-present branch April 18, 2024 15:08
EndangeredMassa pushed a commit that referenced this pull request Apr 18, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## vercel@34.1.0

### Minor Changes

- Don't propagate legacy env VERCEL_ANALYTICS_ID if
@vercel/speed-insights package is detected
([#11305](#11305))

### Patch Changes

- Replace console.log that communicates to user with client.output
methods ([#11353](#11353))

- [cli] Do not pipe git stderr to user during successful `vc dev` run
([#11450](#11450))

- fix: Sort default team to the top of the selection list
([#11451](#11451))

- Updated dependencies
\[[`993a60ef7`](993a60e),
[`949d84ad1`](949d84a),
[`5bb96ea07`](5bb96ea),
[`fd8031874`](fd80318)]:
    -   @vercel/next@4.2.1

## @vercel/frameworks@3.0.2

### Patch Changes

- Update framework detection to support SolidStart v1
([#11308](#11308))

## @vercel/fs-detectors@5.2.3

### Patch Changes

- Updated dependencies
\[[`5f72dc436`](5f72dc4)]:
    -   @vercel/frameworks@3.0.2

## @vercel/next@4.2.1

### Patch Changes

- [next] add streaming prerender group for actions
([#11454](#11454))

- [next] Ensure \_not-found is included properly in app router functions
([#11441](#11441))

- [next] add .action handling for dynamic routes
([#11461](#11461))

- [next] Remove un-necessary compressed function size calc/constraint
([#11442](#11442))

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
TooTallNate added a commit that referenced this pull request Apr 18, 2024
PR #11305 didn't include this package as part of its changeset, so there
was no new release even though it is exporting a new function. Adding
this changeset so that the package is properly published.

Closes #11464.
TooTallNate added a commit that referenced this pull request Apr 18, 2024
PR #11305 didn't include this package as part of its changeset, so there
was no new release even though it is exporting a new function. Adding
this changeset so that the package is properly published.

Closes #11464.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: automerge Automatically merge the PR when checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants