We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134c1a4 commit a428ceeCopy full SHA for a428cee
.changeset/itchy-rats-brush.md
packages/toucan-js/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# toucan-js
2
3
+## 4.1.1
4
+
5
+### Patch Changes
6
7
+- 134c1a4: chore: Export Zod errors integration and add upstream improvements
8
9
+ - Adds improvements based on feedback I got while PR'ing this to sentry-javascript: https://github.com/getsentry/sentry-javascript/pull/15111
10
+ - Exports zodErrorsIntegration in the root index.ts (missed this in the original PR)
11
12
## 4.1.0
13
14
### Minor Changes
packages/toucan-js/package.json
@@ -1,7 +1,7 @@
{
"name": "toucan-js",
"sideEffects": false,
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "Cloudflare Workers client for Sentry",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
0 commit comments