Yusuke Wada
|
a5969fd419
|
chore(hello): fix `package.json` (#3)
|
2022-10-16 18:26:05 +09:00 |
github-actions[bot]
|
94bb96fece
|
Version Packages (#2)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-10-16 18:18:58 +09:00 |
Yusuke Wada
|
5cd86dd5d7
|
feat: add hello middleware (#1)
* feat: add hello middleware
* add changeset
|
2022-10-16 18:14:21 +09:00 |
Yusuke Wada
|
f7d6fb0d95
|
chore: add Hono
|
2022-10-16 18:04:42 +09:00 |
Yusuke Wada
|
f8df40d00c
|
initial commit
|
2022-10-16 17:52:21 +09:00 |
Yusuke Wada
|
5f87be285c
|
v0.0.3
|
2022-10-10 01:17:25 +09:00 |
Yusuke Wada
|
f626619b8a
|
chore: setup np
|
2022-10-10 01:15:09 +09:00 |
Yusuke Wada
|
b65e4a6169
|
fix(deno): support new version of Hono
|
2022-10-10 01:07:26 +09:00 |
Yusuke Wada
|
2460e82976
|
chore: bump up Hono; support new error handling (#6)
|
2022-10-10 00:57:51 +09:00 |
Samuel Lippert
|
a85c140e66
|
Make test pass on purpose instead of by accident
|
2022-09-14 16:02:03 -05:00 |
Yusuke Wada
|
145fcca0f0
|
fix test
|
2022-09-03 23:59:41 +09:00 |
Yusuke Wada
|
b41595f0f5
|
bump up Hono version
|
2022-09-03 23:10:29 +09:00 |
Samuel Lippert
|
8e290c0b70
|
Fix getSentry() issue
|
2022-09-02 12:11:34 -05:00 |
Samuel Lippert
|
ca742a2ea3
|
Update README.md
|
2022-08-22 10:14:46 -05:00 |
sam-lippert
|
db809a93cf
|
Update package.json
|
2022-08-22 09:20:33 -05:00 |
sam-lippert
|
3193d30bed
|
Update README.md
|
2022-08-22 09:19:13 -05:00 |
sam-lippert
|
a74296a84a
|
Update README.md
|
2022-08-15 11:53:02 -05:00 |
sam-lippert
|
df01c46c1c
|
Merge pull request #1 from honojs/toucan
Sentry Middleware
|
2022-08-15 11:50:40 -05:00 |
Yusuke Wada
|
615b0e7baa
|
remove Context mock from deno test
It's unnecessary.
|
2022-08-13 08:42:45 +09:00 |
Samuel Lippert
|
1a01ae820a
|
Call setUSer
|
2022-08-12 14:58:16 -05:00 |
Samuel Lippert
|
d56da11417
|
Add callback
|
2022-08-12 14:57:37 -05:00 |
Samuel Lippert
|
2b2d05dd16
|
Add to Deno test
|
2022-08-12 14:55:30 -05:00 |
Samuel Lippert
|
3d3e3a319c
|
Add callback test
|
2022-08-12 14:33:42 -05:00 |
Samuel Lippert
|
e412336577
|
Linting
|
2022-08-12 09:47:15 -05:00 |
Yusuke Wada
|
cbcd8fb3da
|
Use toucan.js on Deno
|
2022-08-12 12:41:03 +09:00 |
Yusuke Wada
|
9b9b6d2744
|
do not depeds `@sentry/types`
|
2022-08-12 01:38:59 +09:00 |
Yusuke Wada
|
8e16d4c9a0
|
Enable options and callback function
|
2022-08-12 00:37:53 +09:00 |
Francel AMAMOO
|
4489964e28
|
Update line 23. (#18)
Update line 23.
|
2022-08-11 21:04:08 +08:00 |
Samuel Lippert
|
b47e0004e2
|
Deno library + re-throw error
|
2022-08-10 14:54:58 -05:00 |
Samuel Lippert
|
9294150029
|
Add NEXT_PUBLIC_SENTRY_DSN
|
2022-08-10 14:19:22 -05:00 |
Samuel Lippert
|
03d66ea1b3
|
Remove Deno section from main README (no module)
|
2022-08-09 14:11:25 -05:00 |
Samuel Lippert
|
e667634a3d
|
Import placeholder
|
2022-08-09 14:09:45 -05:00 |
Samuel Lippert
|
9dc53e6428
|
Toucan reference not valid for Deno
|
2022-08-09 11:32:06 -05:00 |
Samuel Lippert
|
992df19dd1
|
Update README + deno index
|
2022-08-09 11:08:36 -05:00 |
Samuel Lippert
|
ca0954a310
|
Mock Toucan module, check captureException call
|
2022-08-09 10:49:41 -05:00 |
Samuel Lippert
|
855ce4eba4
|
Rename
|
2022-08-03 19:03:19 -05:00 |
Samuel Lippert
|
f7c2dfdbb3
|
Add Toucan boilerplate
|
2022-08-03 19:03:18 -05:00 |
Samuel Lippert
|
2222f73280
|
Add Toucan package
|
2022-08-03 19:03:13 -05:00 |
Yusuke Wada
|
fafa2c6bba
|
Initial commit
|
2022-08-04 08:54:30 +09:00 |
Minghe
|
f84cdc88a0
|
feat(tag): auto tag release (#16)
|
2022-08-02 11:03:36 +08:00 |
Minghe
|
20b1c8fe9f
|
fix(doc): update readme and bump version (#14)
|
2022-08-01 22:49:02 +08:00 |
Minghe
|
1a31ccfe41
|
Access ctx in resolve (#13)
* feat(ctx): access ctx in resolvers
* fix(typo): fix typo
|
2022-08-01 22:06:46 +08:00 |
Kei Kamikawa
|
28ceec59ec
|
version to 1.0.0
|
2022-07-30 23:02:26 +09:00 |
Kei Kamikawa
|
ef3f06483c
|
Merge pull request #9 from honojs/update/hono
adjust some stuffs
|
2022-07-30 22:56:25 +09:00 |
Kei Kamikawa
|
db69edfaf4
|
fixed README
|
2022-07-30 22:54:38 +09:00 |
Kei Kamikawa
|
6b4f75cdf3
|
updated honojs ti the latest
|
2022-07-30 22:54:32 +09:00 |
Minghe
|
ce086cba19
|
feat(lint): enable lint (#11)
|
2022-07-30 21:36:01 +08:00 |
Kei Kamikawa
|
4cb4e8d957
|
Merge pull request #8 from honojs/fix/support-service-worker-syntax
|
2022-07-30 20:24:31 +09:00 |
Kei Kamikawa
|
4e2084b9a8
|
fixed README for service worker mode
|
2022-07-29 23:19:27 +09:00 |
Kei Kamikawa
|
923c6d0952
|
fixed some code
|
2022-07-29 23:19:14 +09:00 |