Skip to content

Commit 09d9e8a

Browse files
authored
fix: disable sentry by default, make it optional (#126)
* chore: make sentry optional and off by default * bump * remove readme thingie * update lockfile
1 parent 82ec4c3 commit 09d9e8a

File tree

4 files changed

+128
-21
lines changed

4 files changed

+128
-21
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ const output = await client.commands.run("echo 'Hello World'");
3636
console.log(output); // Hello World
3737
```
3838

39+
## Configuration
40+
41+
The SDK supports the following environment variables for configuration:
42+
43+
- `CSB_API_KEY`: Your CodeSandbox API token for authentication
44+
3945
## CodeSandbox Integration
4046

4147
This SDK uses the API token from your workspace in CodeSandbox to authenticate and create sandboxes. Because of this, the sandboxes will be created inside your workspace, and the resources will be billed to your workspace.

0 commit comments

Comments
 (0)