Skip to content

Commit 93d71cf

Browse files
committed
add alpha notice and release registry entry
1 parent 68317b4 commit 93d71cf

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.craft.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ targets:
201201
'npm:@sentry/google-cloud-serverless':
202202
onlyIfPresent: /^sentry-google-cloud-serverless-\d.*\.tgz$/
203203
'npm:@sentry/hono':
204+
name: 'Sentry Hono SDK'
205+
packageUrl: 'https://www.npmjs.com/package/@sentry/hono'
206+
mainDocsUrl: 'https://docs.sentry.io/platforms/javascript/guides/hono/'
204207
onlyIfPresent: /^sentry-hono-\d.*\.tgz$/
205208
'npm:@sentry/nestjs':
206209
onlyIfPresent: /^sentry-nestjs-\d.*\.tgz$/

packages/hono/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
[![npm dm](https://img.shields.io/npm/dm/@sentry/hono.svg)](https://www.npmjs.com/package/@sentry/hono)
1111
[![npm dt](https://img.shields.io/npm/dt/@sentry/hono.svg)](https://www.npmjs.com/package/@sentry/hono)
1212

13+
This SDK is compatible with Hono 4+ and is currently in ALPHA. Alpha features are still in progress, may have bugs and might include breaking changes.
14+
Please reach out on [GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns.
15+
1316
## Links
1417

1518
- [General SDK Docs](https://docs.sentry.io/quickstart/) - Official Docs for this Hono SDK are coming soon!

0 commit comments

Comments
 (0)