Skip to content

Commit

Permalink
chore: add python version requirement to contributing doc (#12901)
Browse files Browse the repository at this point in the history
Adding a note here too as first time users are likely to be following
this doc when they see the build fail due to python version
incompatibility
  • Loading branch information
JonasBa authored Jul 12, 2024
1 parent 673addc commit 289d069
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ able to use it. From the top level of the repo, there are three commands availab
dependencies (`utils`, `core`, `browser`, etc), and all packages which depend on it (currently `gatsby` and `nextjs`))
- `yarn build:dev:watch`, which runs `yarn build:dev` in watch mode (recommended)

Note: Due to package incompatibilities between Python versions, building native binaries currently requires a Python
version <3.12.

You can also run a production build via `yarn build`, which will build everything except for the tarballs for publishing
to NPM. You can use this if you want to bundle Sentry yourself. The build output can be found in the packages `build/`
folder, e.g. `packages/browser/build`. Bundled files can be found in `packages/browser/build/bundles`. Note that there
Expand Down

0 comments on commit 289d069

Please sign in to comment.