Commit Graph

10 Commits (acff470c7fe5f39ad7ff79843e2ba9eb801579b6)

Author SHA1 Message Date
Jonathan Haines f0475c7324
refactor(sentry): enable isolated declarations (#1205) 2025-06-09 18:31:52 +09:00
Yusuke Wada a3979bda8f
fix(sentry): fix the type error (#1081) 2025-03-29 09:12:39 +09:00
Jonathan Haines 5ea7fb5d09
chore: Migrate workspaces that use `jest` to `vitest` (#998)
* docs(contributing): add section on testing

Fixes #994

* test(clerk-auth): replace jest with vitest

* test(graphql-server): replace jest with vitest

* test(medley-router): replace jest with vitest

* test(oauth-providers): replace jest with vitest

* test(oidc-auth): replace jest with vitest

* test(sentry): replace jest with vitest

* test(trpc-server): replace jest with vitest

* test(typebox-validator): replace jest with vitest

* test(typia-validator): replace jest with vitest

* test(valibot-validator): replace jest with vitest

* chore: cleanup remaining references to jest

* chore: fix lint errors

* test(typia-validator): fix exclude directory

* test(oauth-providers): use vitest environment miniflare

* chore: update `yarn.lock`

* chore(zod-openapi): pin zod-validator to 0.4.2

* test(graphql-server): remove console filtering

---------

Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2025-03-04 22:00:28 +09:00
Yusuke Wada e8b494b207
chore: add lint rule and format (#367)
* chore: add lint rule and format

* fix ci

* add typescript

* yarn install

* add `@cloudflare/workers-types`
2024-01-29 22:53:43 +09:00
Yusuke Wada 5403955ef6
chore: enable `eslint` and remove `denoify` (#300)
* changeset

* chore: enable `eslint` and remove `denoify`
2023-12-13 17:22:53 +09:00
Yusuke Wada c2093e17e0
feat(sentry): bump up `toucan-js` to v3 (#137)
* feat(sentry): bump up `toucan-js` to v3

* update readme

* add changeset

* update readme
2023-08-24 11:21:16 +09:00
Yusuke Wada de2e95a59e
fix(sentry): fixed sentry options types (#130)
* fix(sentry): fixed sentry options types

* changeset
2023-08-23 10:57:54 +09:00
Markkus Millend 963b1ac0de
Sentry middleware: fix undefined DSN environment variable error (#89)
* Use optional chaining for determining Sentry DSN from environment

* Bump Hono version for Sentry middleware

* Fix tests on Deno

* Add changeset for Sentry middleware patch

* Denoify the new Sentry patch
2023-06-02 06:31:51 +09:00
Yusuke Wada 8d57df889d
feat(sentry): support latest Hono version (#57)
* feat(sentry): support latest Hono version

* changset
2023-03-02 15:14:11 +09:00
Yusuke Wada d6d5e25979 Add 'packages/sentry/' from commit '6cb773ae9b303ce4def1b801cac9fa91be5ea747'
git-subtree-dir: packages/sentry
git-subtree-mainline: fbb2aa875d
git-subtree-split: 6cb773ae9b
2023-02-04 16:12:03 +09:00