Skip to content

Conversation

@mydea
Copy link
Member

@mydea mydea commented Jul 3, 2024

First, this means it is easier to run this locally.

Secondly, we do not even need to send data to Sentry anymore, so we can adjust the proxy server to stop doing this.

Lastly, this means that we can also safely run E2E tests for external contributors.

Closes #11910

@mydea mydea self-assigned this Jul 3, 2024
mydea added a commit that referenced this pull request Jul 4, 2024
Part of #11910

These are the last (non-optional) tests we have that still sent data to
Sentry! After that, E2E tests should be completely independent.

This also blocks
#12743
@mydea mydea force-pushed the fn/optional-e2e-env branch from 860fad7 to 112d9bd Compare July 4, 2024 09:06
@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2024

size-limit report 📦

Path Size
@sentry/browser 22.29 KB (+0.2% 🔺)
@sentry/browser (incl. Tracing) 33.44 KB (+0.14% 🔺)
@sentry/browser (incl. Tracing, Replay) 69.18 KB (+0.08% 🔺)
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.52 KB (+0.08% 🔺)
@sentry/browser (incl. Tracing, Replay with Canvas) 73.25 KB (+0.07% 🔺)
@sentry/browser (incl. Tracing, Replay, Feedback) 85.86 KB (+0.06% 🔺)
@sentry/browser (incl. Tracing, Replay, Feedback, metrics) 87.72 KB (+0.06% 🔺)
@sentry/browser (incl. metrics) 26.58 KB (+0.24% 🔺)
@sentry/browser (incl. Feedback) 38.93 KB (+0.13% 🔺)
@sentry/browser (incl. sendFeedback) 26.91 KB (+0.18% 🔺)
@sentry/browser (incl. FeedbackAsync) 31.52 KB (+0.16% 🔺)
@sentry/react 25.03 KB (+0.21% 🔺)
@sentry/react (incl. Tracing) 36.48 KB (+0.13% 🔺)
@sentry/vue 26.39 KB (+0.22% 🔺)
@sentry/vue (incl. Tracing) 35.3 KB (+0.15% 🔺)
@sentry/svelte 22.42 KB (+0.22% 🔺)
CDN Bundle 23.5 KB (+0.22% 🔺)
CDN Bundle (incl. Tracing) 35.19 KB (+0.14% 🔺)
CDN Bundle (incl. Tracing, Replay) 69.29 KB (+0.07% 🔺)
CDN Bundle (incl. Tracing, Replay, Feedback) 74.48 KB (+0.07% 🔺)
CDN Bundle - uncompressed 68.99 KB (+0.18% 🔺)
CDN Bundle (incl. Tracing) - uncompressed 104.01 KB (+0.12% 🔺)
CDN Bundle (incl. Tracing, Replay) - uncompressed 214.4 KB (+0.06% 🔺)
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 227.12 KB (+0.06% 🔺)
@sentry/nextjs (client) 36.36 KB (+0.13% 🔺)
@sentry/sveltekit (client) 34.08 KB (+0.14% 🔺)
@sentry/node 130.76 KB (+0.04% 🔺)
@sentry/node - without tracing 91.78 KB (+0.05% 🔺)
@sentry/aws-serverless 116.95 KB (+0.04% 🔺)

mydea added 8 commits July 4, 2024 13:14
First, this means it is easier to run this locally.
Secondly, we do not even need to send data to Sentry anymore, so we can adjust the proxy server to stop doing this.
Lastly, this means that we can also safely run E2E tests for external contributors.
@mydea mydea force-pushed the fn/optional-e2e-env branch from c2fb990 to 9e78dee Compare July 4, 2024 11:14
@mydea mydea merged commit 8c0631a into develop Jul 4, 2024
@mydea mydea deleted the fn/optional-e2e-env branch July 4, 2024 11:46
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.

Ensure Sentry ingestion does not block PR merges

3 participants