FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(node): [v7] Support Node 22 by AbhiPrasad · Pull Request #11754 · getsentry/sentry-javascript · GitHub

feat(node): [v7] Support Node 22 - #11754

Merged
JonasBa merged 7 commits into
v7from
abhi-node-22
May 1, 2024
Merged

feat(node): [v7] Support Node 22#11754
JonasBa merged 7 commits into
v7from
abhi-node-22

Conversation

AbhiPrasad commented Apr 23, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

tracking issue: #11455

ABI is 126: https://github.com/electron/node-abi/blob/bd11f2da07c5da324e735e2de5bf6716ce97b11c/abi_registry.json#L95-L102

Waiting for nodejs/node#52505 to release!

Added changelog entry for 7.113.0, will cut a release after this gets merged.

AbhiPrasad requested review from a team, JonasBa, anonrig, lforst and mydea and removed request for a team April 24, 2024 18:45
AbhiPrasad marked this pull request as ready for review April 24, 2024 18:45

Copy link
Copy Markdown
Contributor Author

I guess the node 22 docker containers have not been published yet 😅 - so we have to wait for that too

JonasBa commented Apr 24, 2024

Copy link
Copy Markdown
Contributor

You are just too fast @AbhiPrasad 🫣

Copy link
Copy Markdown
Contributor Author

I'm taking matters into my own hands - nodejs/docker-node#2071

github-actions Bot commented Apr 25, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
@sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.8 KB (0%)
@sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.75 KB (0%)
@sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 76 KB (0%)
@sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.36 KB (0%)
@sentry/browser (incl. Tracing) - Webpack (gzipped) 35.62 KB (0%)
@sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.5 KB (0%)
@sentry/browser (incl. Feedback) - Webpack (gzipped) 31.59 KB (0%)
@sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.6 KB (0%)
@sentry/browser - Webpack (gzipped) 22.77 KB (0%)
@sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 79 KB (0%)
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.34 KB (0%)
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 36.02 KB (0%)
@sentry/browser - ES6 CDN Bundle (gzipped) 25.28 KB (0%)
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 221.41 KB (0%)
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 109.01 KB (0%)
@sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.79 KB (0%)
@sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 39.3 KB (0%)
@sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 72.25 KB (0%)
@sentry/react - Webpack (gzipped) 22.81 KB (0%)
@sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 90 KB (+0.01% 🔺)
@sentry/nextjs Client - Webpack (gzipped) 54.13 KB (0%)
@sentry-internal/feedback - Webpack (gzipped) 17.34 KB (0%)

Copy link
Copy Markdown
Contributor Author

blocked on docker-library/official-images#16663

AbhiPrasad mentioned this pull request Apr 26, 2024

Copy link
Copy Markdown
Contributor Author

Docker stuff is released https://hub.docker.com/_/node/tags

but late in day so we can only prob do v7 release on monday

AbhiPrasad mentioned this pull request Apr 26, 2024

Copy link
Copy Markdown
Contributor Author
   Execute installation script
  Check if Python hostedtoolcache folder exist...
  Create Python 3.8.10 folder
  Copy Python binaries to hostedtoolcache folder
  Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action)
  Upgrading pip...
  Looking in links: /tmp/tmp3o8h6q9d
  Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.8.10/x64/lib/python3.8/site-packages (56.0.0)
  Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.8.10/x64/lib/python3.8/site-packages (21.1.1)
  Error: Usage:   
    /opt/hostedtoolcache/Python/3.8.10/x64/bin/python -m pip install [options] <requirement specifier> [package-index-options] ...
    /opt/hostedtoolcache/Python/3.8.10/x64/bin/python -m pip install [options] -r <requirements file> [package-index-options] ...
    /opt/hostedtoolcache/Python/3.8.10/x64/bin/python -m pip install [options] [-e] <vcs project url> ...
    /opt/hostedtoolcache/Python/3.8.10/x64/bin/python -m pip install [options] [-e] <local project path> ...
    /opt/hostedtoolcache/Python/3.8.10/x64/bin/python -m pip install [options] <archive url/path> ...
  
  no such option: --root-user-action
  Error: The process '/usr/bin/bash' failed with exit code 2
  ##[debug]Node Action run completed with exit code 1
  ##[debug]Finishing: Setup python

bruh

Copy link
Copy Markdown
Contributor Author

Oh wait this is happening on master as well! https://github.com/getsentry/sentry-javascript/actions/runs/8853059168/job/24313364936

Copy link
Copy Markdown
Contributor Author

Here's the bug actions/setup-python#853

JonasBa commented May 1, 2024

Copy link
Copy Markdown
Contributor

Just need to fix a bug with win22, I'm hoping its an issue with the minmax macro

JonasBa merged commit b90d046 into v7 May 1, 2024
JonasBa deleted the abhi-node-22 branch May 1, 2024 21:13
s1gr1d pushed a commit that referenced this pull request May 2, 2024
tracking issue:
#11455

ABI is 126:
https://github.com/electron/node-abi/blob/bd11f2da07c5da324e735e2de5bf6716ce97b11c/abi_registry.json#L95-L102

~Waiting for nodejs/node#52505 to release!~

Added changelog entry for `7.113.0`, will cut a release after this gets
merged.

---------

Co-authored-by: JonasBa <jonas@badalic.com>
s1gr1d added a commit that referenced this pull request May 2, 2024
Port from v7: #11754

---------

Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
Co-authored-by: JonasBa <jonas@badalic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL