Skip to content

Commit 6556e8b

Browse files
authored
docs(readme): update Sentry init
1 parent 8b777c8 commit 6556e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const libsqlClient = createClient({
2727
Sentry.init({
2828
dsn: "...",
2929
integrations: [
30-
libsqlIntegration(client, Sentry, {
30+
libsqlIntegration(libsqlClient, Sentry, {
3131
tracing: true,
3232
breadcrumbs: true,
3333
errors: true,

0 commit comments

Comments
 (0)