https://github.com/fedort22/sandbox-chrome-extension
sandbox-chrome-extension for testing @sentry integration
https://github.com/fedort22/sandbox-chrome-extension
sentry sentry-browser sentry-react
Last synced: 21 days ago
JSON representation
sandbox-chrome-extension for testing @sentry integration
- Host: GitHub
- URL: https://github.com/fedort22/sandbox-chrome-extension
- Owner: FedorT22
- Created: 2025-01-02T15:04:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T05:33:35.000Z (about 1 year ago)
- Last Synced: 2025-09-10T04:31:47.064Z (8 months ago)
- Topics: sentry, sentry-browser, sentry-react
- Language: TypeScript
- Homepage: https://github.com/getsentry/sentry-javascript/issues/15618
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sandbox-chrome-ext
## Getting Started
### Project setup
Use the same node version:
```sh
nvm use
```
Install exact dependencies' versions:
```sh
npm ci
```
### Environment variables
Rename `.env.local.example` file to `.env..local`, fill in the values.
```sh
mv .env.[mode].local.example .env..local.example
```
### Development
```sh
npm run dev
```
### Build
Run build for your local environment, e.g:
```sh
npm run compose-build:production
```