Skip to content

Commit 147cd92

Browse files
Version Packages
1 parent 075b8af commit 147cd92

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/gentle-turkeys-flow.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/toucan-js/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# toucan-js
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- a0138f7: feat: Add zodErrorsIntegration
8+
9+
This integration improves the format of errors recorded to Sentry when using Zod
10+
311
## 4.0.0
412

513
### Major Changes

packages/toucan-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "toucan-js",
33
"sideEffects": false,
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"description": "Cloudflare Workers client for Sentry",
66
"main": "dist/index.cjs.js",
77
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)