Skip to content

Commit 34535e9

Browse files
committed
docs(README): add integration import
1 parent 1b5a008 commit 34535e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Make sure to install `@libsql/client` if you don't already have it.
1717
```ts
1818
import { createClient } from "@libsql/client";
1919
import * as Sentry from "@sentry/node";
20+
import { libsqlIntegration } from "sentry-integration-libsql-client";
2021

2122
const libsqlClient = createClient({
2223
url: "...",

0 commit comments

Comments
 (0)