Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Jan 30, 2025
2 parents e19f6dc + 0b8f90e commit 7527fcc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sails-sentry",
"name": "sentry-sails",
"version": "0.0.1",
"description": "A Sails.js hook for integrating Sentry, providing application monitoring and error tracking",
"description": "Sails SDK/hook for Sentry (https://sentry.io)",
"main": "index.js",
"scripts": {},
"keywords": [
Expand All @@ -14,12 +14,12 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sailscastshq/sails-hook-sentry.git"
"url": "git+https://github.com/sailscastshq/sentry-sails.git"
},
"bugs": {
"url": "https://github.com/sailscastshq/sails-hook-sentry/issues"
"url": "https://github.com/sailscastshq/sentry-sails/issues"
},
"homepage": "https://github.com/sailscastshq/sails-hook-sentry#readme",
"homepage": "https://github.com/sailscastshq/sentry-sails#readme",
"sails": {
"isHook": true,
"hookName": "sentry"
Expand Down

0 comments on commit 7527fcc

Please sign in to comment.