{"id":21332544,"url":"https://github.com/notrab/sentry-integration-libsql-client","last_synced_at":"2025-07-12T10:31:35.526Z","repository":{"id":247785271,"uuid":"826829496","full_name":"notrab/sentry-integration-libsql-client","owner":"notrab","description":"The Sentry integration for libSQL","archived":false,"fork":false,"pushed_at":"2025-07-02T15:12:12.000Z","size":87,"stargazers_count":3,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-10T04:28:45.519Z","etag":null,"topics":["libsql","sentry","sentry-integration","sqlite"],"latest_commit_sha":null,"homepage":"https://docs.turso.tech/sdk/ts/integrations/sentry","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/notrab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-10T13:10:13.000Z","updated_at":"2025-02-21T12:38:10.000Z","dependencies_parsed_at":"2024-07-22T22:19:23.131Z","dependency_job_id":"0df59e87-7df7-4642-8b44-b0ad17b61b49","html_url":"https://github.com/notrab/sentry-integration-libsql-client","commit_stats":null,"previous_names":["notrab/sentry-integration-libsql-client"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/notrab/sentry-integration-libsql-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notrab%2Fsentry-integration-libsql-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notrab%2Fsentry-integration-libsql-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notrab%2Fsentry-integration-libsql-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notrab%2Fsentry-integration-libsql-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notrab","download_url":"https://codeload.github.com/notrab/sentry-integration-libsql-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notrab%2Fsentry-integration-libsql-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264555355,"owners_count":23627325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["libsql","sentry","sentry-integration","sqlite"],"created_at":"2024-11-21T22:52:16.881Z","updated_at":"2025-07-12T10:31:35.277Z","avatar_url":"https://github.com/notrab.png","language":"TypeScript","readme":"# sentry-integration-libsql-client\n\nThis is a Node integration for Sentry that adds support for `@libsql/client`.\n\n![NPM](https://img.shields.io/npm/v/sentry-integration-libsql-client)\n\n## Install\n\n```bash\nnpm install sentry-integration-libsql-client\n```\n\nMake sure to install `@libsql/client` if you don't already have it.\n\n## Quickstart\n\n```ts\nimport { createClient } from \"@libsql/client\";\nimport * as Sentry from \"@sentry/node\";\nimport { libsqlIntegration } from \"sentry-integration-libsql-client\";\n\nconst libsqlClient = createClient({\n  url: \"libsql://...\",\n  authToken: \"...\",\n});\n\nSentry.init({\n  dsn: \"...\",\n  integrations: [\n    libsqlIntegration(libsqlClient, Sentry, {\n      tracing: true,\n      breadcrumbs: true,\n      errors: true,\n    }),\n  ],\n});\n\nawait libsqlClient.execute(\"SELECT * FROM users\");\n```\n\n## Not yet got a database?\n\n1. [![Create Database](https://sqlite.new/button)](https://sqlite.new)\n2. Copy the Database URL, and create an auth token for your database\n3. Install the libSQL SDK\n\n```bash\nnpm install @libsql/client\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotrab%2Fsentry-integration-libsql-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotrab%2Fsentry-integration-libsql-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotrab%2Fsentry-integration-libsql-client/lists"}