Skip to content

Commit

Permalink
fix(remix): Use correct types export for @sentry/remix/cloudflare (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan authored Mar 5, 2025
1 parent 9db024d commit f377496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"./cloudflare": {
"import": "./build/esm/cloudflare/index.js",
"require": "./build/cjs/cloudflare/index.js",
"types": "./build/types/cloudflare/index.types.d.ts",
"types": "./build/types/cloudflare/index.d.ts",
"default": "./build/esm/cloudflare/index.js"
},
"./import": {
Expand Down

0 comments on commit f377496

Please sign in to comment.