Skip to content

Commit 7b47799

Browse files
committed
fix: 404 link
1 parent 64d7eea commit 7b47799

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

  • docs/platforms/javascript/guides/elysia

docs/platforms/javascript/guides/elysia/index.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,20 @@ You need:
2222

2323
- A Sentry [account](https://sentry.io/signup/) and [project](/product/projects/)
2424
- An Elysia application (v1.4.0+)
25-
- Bun or Node.js 18+ (with [@elysiajs/node](https://elysiajs.com/plugins/node) adapter)
25+
- Bun or Node.js 18+ (with [@elysiajs/node](https://elysiajs.com/integrations/node) adapter)
2626

2727
## Step 1: Install
2828

2929
```bash {tabTitle:Bun}
3030
bun add @sentry/elysia
3131
```
3232

33-
```bash {tabTitle:npm}
33+
```bash {tabTitle:node}
3434
npm install @sentry/elysia @elysiajs/node
35+
# or
36+
yarn add @sentry/elysia @elysiajs/node
37+
# or
38+
pnpm add @sentry/elysia @elysiajs/node
3539
```
3640

3741
<Alert>

0 commit comments

Comments
 (0)