{"id":26358784,"url":"https://github.com/getsentry/sentry-deno","last_synced_at":"2025-03-16T15:28:54.861Z","repository":{"id":203095436,"uuid":"704462924","full_name":"getsentry/sentry-deno","owner":"getsentry","description":"The Official Sentry Deno SDK","archived":false,"fork":false,"pushed_at":"2025-02-12T15:16:11.000Z","size":1736,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":27,"default_branch":"main","last_synced_at":"2025-03-13T01:17:27.722Z","etag":null,"topics":["crash-reporting","deno","error-monitoring","sdk","sentry","sentry-client","tag-production"],"latest_commit_sha":null,"homepage":"https://sentry.io/","language":"JavaScript","has_issues":false,"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/getsentry.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},"funding":{"custom":["https://sentry.io/pricing/","https://sentry.io/"]}},"created_at":"2023-10-13T10:03:33.000Z","updated_at":"2025-02-24T17:13:51.000Z","dependencies_parsed_at":"2024-01-10T15:34:24.357Z","dependency_job_id":"2d72ac17-2950-4b57-9b61-692fc304d170","html_url":"https://github.com/getsentry/sentry-deno","commit_stats":null,"previous_names":["getsentry/sentry-deno"],"tags_count":151,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getsentry","download_url":"https://codeload.github.com/getsentry/sentry-deno/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243889453,"owners_count":20364258,"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":["crash-reporting","deno","error-monitoring","sdk","sentry","sentry-client","tag-production"],"created_at":"2025-03-16T15:28:53.995Z","updated_at":"2025-03-16T15:28:54.855Z","avatar_url":"https://github.com/getsentry.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://sentry.io/?utm_source=github\u0026utm_medium=logo\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://sentry-brand.storage.googleapis.com/sentry-wordmark-dark-280x84.png\" alt=\"Sentry\" width=\"280\" height=\"84\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Official Sentry SDK for Deno (Beta)\n\n[![npm version](https://img.shields.io/npm/v/@sentry/deno.svg)](https://www.npmjs.com/package/@sentry/deno)\n[![npm dm](https://img.shields.io/npm/dm/@sentry/deno.svg)](https://www.npmjs.com/package/@sentry/deno)\n[![npm dt](https://img.shields.io/npm/dt/@sentry/deno.svg)](https://www.npmjs.com/package/@sentry/deno)\n\n## Links\n\n- [Official SDK Docs](https://docs.sentry.io/quickstart/)\n- [TypeDoc](http://getsentry.github.io/sentry-javascript/)\n\nThe Sentry Deno SDK is in beta. Please help us improve the SDK by\n[reporting any issues or giving us feedback](https://github.com/getsentry/sentry-javascript/issues).\n\n## Usage\n\n\u003e DEPRECATION NOTICE: The Sentry Deno SDK as published on the Deno registry (deno.land) is deprecated.\n\u003e Import the package from the npm registry instead.\n\nTo use this SDK, call `Sentry.init(options)` as early as possible in the main entry module. This will initialize the SDK\nand hook into the environment. Note that you can turn off almost all side effects using the respective options.\n\n```javascript\nimport * as Sentry from 'npm:@sentry/deno';\n\nSentry.init({\n  dsn: '__DSN__',\n  // ...\n});\n```\n\nTo set context information or send manual events, use the exported functions of the Deno SDK. Note that these functions\nwill not perform any action before you have called `init()`:\n\n```javascript\n// Set user information, as well as tags and further extras\nSentry.setExtra('battery', 0.7);\nSentry.setTag('user_mode', 'admin');\nSentry.setUser({ id: '4711' });\n\n// Add a breadcrumb for future events\nSentry.addBreadcrumb({\n  message: 'My Breadcrumb',\n  // ...\n});\n\n// Capture exceptions, messages or manual events\nSentry.captureMessage('Hello, world!');\nSentry.captureException(new Error('Good bye'));\nSentry.captureEvent({\n  message: 'Manual',\n  stacktrace: [\n    // ...\n  ],\n});\n```\n","funding_links":["https://sentry.io/pricing/","https://sentry.io/"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Fsentry-deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetsentry%2Fsentry-deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Fsentry-deno/lists"}