Skip to content
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(browser): Make sure handler exists for LinkedErrors Integration #3861

Merged
merged 2 commits into from Aug 3, 2021

Conversation

AbhiPrasad
Copy link
Member

We should port the fixes done in the Node SDK in #2742 to the browser SDK.

This makes sure that the handler class method is defined in the linked errors integration.

See Sentry issue: https://sentry.io/share/issue/c654e9998c8e447d92d93e0da3222366/

We should port the fixes done in the Node SDK in
#2742 to the browser
SDK.

This makes sure that the handler class method is defined in the linked
errors integration.
@github-actions
Copy link
Contributor

github-actions bot commented Aug 3, 2021

size-limit report

Path Size
@sentry/browser - CDN Bundle (gzipped) 21.54 KB (+0.06% 🔺)
@sentry/browser - Webpack 22.54 KB (+0.07% 🔺)
@sentry/react - Webpack 22.57 KB (+0.07% 🔺)
@sentry/browser + @sentry/tracing - CDN Bundle (gzipped) 28.97 KB (+0.06% 🔺)

@lobsterkatie
Copy link
Member

Outside the scope of this PR probably, but d'ya think it might be worth consolidating the node and browser versions of this integration? FWICT, the only real difference is that on the node side it's async: https://www.diffchecker.com/n7aluMTf.

Might save us future such headaches.

Copy link
Member

@lobsterkatie lobsterkatie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@AbhiPrasad AbhiPrasad enabled auto-merge (squash) August 3, 2021 15:27
@AbhiPrasad AbhiPrasad merged commit 7c538ab into master Aug 3, 2021
@AbhiPrasad AbhiPrasad deleted the abhi-fix-browser-handler branch August 3, 2021 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants