We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d7eea commit 7b47799Copy full SHA for 7b47799
1 file changed
docs/platforms/javascript/guides/elysia/index.mdx
@@ -22,16 +22,20 @@ You need:
22
23
- A Sentry [account](https://sentry.io/signup/) and [project](/product/projects/)
24
- An Elysia application (v1.4.0+)
25
-- Bun or Node.js 18+ (with [@elysiajs/node](https://elysiajs.com/plugins/node) adapter)
+- Bun or Node.js 18+ (with [@elysiajs/node](https://elysiajs.com/integrations/node) adapter)
26
27
## Step 1: Install
28
29
```bash {tabTitle:Bun}
30
bun add @sentry/elysia
31
```
32
33
-```bash {tabTitle:npm}
+```bash {tabTitle:node}
34
npm install @sentry/elysia @elysiajs/node
35
+# or
36
+yarn add @sentry/elysia @elysiajs/node
37
38
+pnpm add @sentry/elysia @elysiajs/node
39
40
41
<Alert>
0 commit comments