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 1b5a008 commit 34535e9Copy full SHA for 34535e9
README.md
@@ -17,6 +17,7 @@ Make sure to install `@libsql/client` if you don't already have it.
17
```ts
18
import { createClient } from "@libsql/client";
19
import * as Sentry from "@sentry/node";
20
+import { libsqlIntegration } from "sentry-integration-libsql-client";
21
22
const libsqlClient = createClient({
23
url: "...",
0 commit comments