sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

feat(devcontainer): add devcontainer

Open martinhaintz opened this issue 6 months ago • 0 comments

I tried building the sentry-javascript repo locally but had multiple dependency issues. Therefore I created a devcontainer, which includes all needed dependencies.

In the Dockerfile are now also all needed dependencies shown.

As written in the contribution guide you only have to run yarn which installs the dependencies and with yarn build to start the build.

At the moment the docker image is built locally, but in the future, it can be built in the ci and provided by the GitHub container registry.

I tested it on my MacBook Air M1.

martinhaintz avatar Aug 28 '24 14:08 martinhaintz