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

feat(node): Support tunnel option for ANR #11163

Merged
merged 2 commits into from Mar 18, 2024
Merged

Conversation

timfish
Copy link
Collaborator

@timfish timfish commented Mar 18, 2024

Closes #11159

This PR also modifies getEnvelopeEndpointWithUrlEncodedAuth which had a suggested simplification for v8.

I ignored the suggestion because { tunnel, _metadata } feels like a very "internal" API. Sure, this is convenient because it lets you pass the client options directly but it doesn't sit right as a user facing API.

Copy link
Contributor

github-actions bot commented Mar 18, 2024

size-limit report 📦

Path Size
@sentry/browser (incl. Tracing, Replay, Feedback) 82.18 KB (added)
@sentry/browser (incl. Tracing, Replay) 73.51 KB (added)
@sentry/browser (incl. Tracing, Replay with Canvas) 77.33 KB (added)
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.06 KB (added)
@sentry/browser (incl. Tracing) 38.14 KB (added)
@sentry/browser (incl. browserTracingIntegration) 38.14 KB (added)
@sentry/browser (incl. feedbackIntegration) 33.01 KB (added)
@sentry/browser (incl. feedbackModalIntegration) 33.09 KB (added)
@sentry/browser (incl. feedbackScreenshotIntegration) 33.1 KB (added)
@sentry/browser (incl. sendFeedback) 29.07 KB (added)
@sentry/browser 24.25 KB (added)
CDN Bundle (incl. Tracing, Replay, Feedback) 76.56 KB (added)
CDN Bundle (incl. Tracing, Replay) 71.42 KB (added)
CDN Bundle (incl. Tracing) 37.75 KB (added)
CDN Bundle 25.61 KB (added)
CDN Bundle (incl. Tracing, Replay) - uncompressed 223.83 KB (added)
CDN Bundle (incl. Tracing) - uncompressed 113.77 KB (added)
CDN Bundle - uncompressed 75.61 KB (added)
@sentry/react (incl. Tracing, Replay) 73.5 KB (added)
@sentry/react 24.27 KB (added)

@AbhiPrasad AbhiPrasad merged commit b9e44b9 into develop Mar 18, 2024
89 checks passed
@AbhiPrasad AbhiPrasad deleted the timfish/feat/anr-tunnel branch March 18, 2024 15:29
cadesalaberry pushed a commit to cadesalaberry/sentry-javascript that referenced this pull request Apr 19, 2024
Closes getsentry#11159

This PR also modifies `getEnvelopeEndpointWithUrlEncodedAuth` which had
a suggested simplification for v8.

I ignored the suggestion because `{ tunnel, _metadata }` feels like a
very "internal" API. Sure, this is convenient because it lets you pass
the client options directly but it doesn't sit right as a user facing
API.
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.

ANR worker does not respect tunnel option
2 participants