{"id":13800887,"url":"https://github.com/GJZwiers/sentry_deno","last_synced_at":"2025-05-13T10:30:30.141Z","repository":{"id":44412123,"uuid":"510015779","full_name":"GJZwiers/sentry_deno","owner":"GJZwiers","description":"Unofficial port of the Sentry SDK for JavaScript to Deno. ","archived":false,"fork":false,"pushed_at":"2022-08-26T12:27:14.000Z","size":29019,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-17T14:12:16.601Z","etag":null,"topics":["deno"],"latest_commit_sha":null,"homepage":"https://deno.land/x/sentry_deno","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GJZwiers.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-03T12:23:25.000Z","updated_at":"2022-08-11T15:55:42.000Z","dependencies_parsed_at":"2022-07-17T14:47:11.173Z","dependency_job_id":null,"html_url":"https://github.com/GJZwiers/sentry_deno","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GJZwiers%2Fsentry_deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GJZwiers%2Fsentry_deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GJZwiers%2Fsentry_deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GJZwiers%2Fsentry_deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GJZwiers","download_url":"https://codeload.github.com/GJZwiers/sentry_deno/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225046684,"owners_count":17412499,"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":["deno"],"created_at":"2024-08-04T00:01:17.315Z","updated_at":"2024-11-18T15:31:21.139Z","avatar_url":"https://github.com/GJZwiers.png","language":"TypeScript","funding_links":[],"categories":["Modules"],"sub_categories":["Logging"],"readme":"\u003e **Note** \n\u003e As of Deno v1.25 it is possible to import the Sentry SDK for Node directly into Deno using npm URLs, e.g. `import * as Sentry from 'npm:@sentry/node'. Therefore I have deprecated this module. You are still welcome to use it, but I will no longer update it.\n\n# Sentry_deno\n\nThis is an unofficial port of the Sentry SDK (`@sentry/browser`) to Deno.\n\n```ts\nimport * as Sentry from \"https://deno.land/x/sentry_deno/main.ts\";\nimport * as log from \"https://deno.land/std@0.146.0/log/mod.ts\";\n\nSentry.init({\n  dsn: \"\u003cyour-sentry-dsn-here\u003e\",\n  tracesSampleRate: 1.0,\n});\n\nasync function testEvent() {\n  log.info(\"Sending test event to Sentry.\");\n\n  try {\n    throw new Error(\"Nope.\");\n  } catch (e) {\n    Sentry.captureException(e);\n    // Sentry.captureMessage(\"Gotcha!\");\n    await Sentry.flush();\n  }\n}\n\nawait testEvent();\n```\n\n[Sentry Docs](https://docs.sentry.io/platforms/javascript/)\n\nNote: Some code in this repository may not yet pass type-checking. Running this module with `deno run --check` may not always succeed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGJZwiers%2Fsentry_deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGJZwiers%2Fsentry_deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGJZwiers%2Fsentry_deno/lists"}