-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix: Missing ErrorEvent export are added to node, browser, bun, deno, vercel-edge sub-packages #11649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Missing ErrorEvent export are added to node, browser, bun, deno, vercel-edge sub-packages #11649
Conversation
Could you export it from the following packages as well? Lines 31 to 85 in d876255
Thanks for opening a PR! |
@AbhiPrasad yes, I'll do it now |
@AbhiPrasad I added export to other libraries where it was required. The rest are re-exported from @sentry/node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Before submitting a pull request, please take a look at our
Contributing guidelines and verify:
yarn lint
) & (yarn test
).Since I am only using the browser and node sub-packages, I modified only those folders. If other packages also needs to be updated, let me know.