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

chore: Backport Release for 7.106.0 #10964

Merged
merged 8 commits into from
Mar 7, 2024
Merged

chore: Backport Release for 7.106.0 #10964

merged 8 commits into from
Mar 7, 2024

Conversation

AbhiPrasad
Copy link
Member

resolves #10876

also includes change to undeprecate setTransactionName.

jessezhang91 and others added 8 commits March 7, 2024 10:20
…e` property (#10946)

`Attachment.attachmentType` was changed to use a string union. The
`attachment_type` header property should match so I added an extra type
for this.
…issue (#10885)

Let's see if this actually fixes this issue:
#10566 🤔 Maybe the
internal bundler is thrown off by the fact that we lazy load browser
tracing further below, and only includes certain things in `Sentry` on
top, not sure...
resolves #6880

Using `const chrome = ...` or similar breaks certain setups based on
their bundler config. This makes changes to browser code so that we
never declare a variable named `chrome`.

I tried setting up https://eslint.org/docs/latest/rules/id-denylist to
enforce this, but this unfortunately also looks as types declarations
(so `type K = { chrome: ... }` is problematic.
Found while working through ESM issues in #10833.

For whatever reason this passes all the integration tests until ESM is
used 🤯
@AbhiPrasad AbhiPrasad requested review from mydea and lforst March 7, 2024 15:45
Copy link
Contributor

github-actions bot commented Mar 7, 2024

size-limit report 📦

Path Size
@sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.71 KB (0%)
@sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.87 KB (0%)
@sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.83 KB (0%)
@sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 63.48 KB (0%)
@sentry/browser (incl. Tracing) - Webpack (gzipped) 33.84 KB (0%)
@sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 34.88 KB (0%)
@sentry/browser (incl. Feedback) - Webpack (gzipped) 31.44 KB (0%)
@sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.45 KB (0%)
@sentry/browser - Webpack (gzipped) 22.68 KB (0%)
@sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.98 KB (0%)
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 68.4 KB (0%)
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 34.2 KB (0%)
@sentry/browser - ES6 CDN Bundle (gzipped) 25.11 KB (0%)
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 215.54 KB (0%)
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 103.35 KB (0%)
@sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.38 KB (0%)
@sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 37.38 KB (+0.02% 🔺)
@sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 70.25 KB (0%)
@sentry/react - Webpack (gzipped) 22.71 KB (0%)
@sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 89.13 KB (+0.04% 🔺)
@sentry/nextjs Client - Webpack (gzipped) 53.3 KB (+0.05% 🔺)
@sentry-internal/feedback - Webpack (gzipped) 17.28 KB (0%)

@lforst
Copy link
Member

lforst commented Mar 7, 2024

This doesn't seem to include #10958 - unless I am blind >:|

@AbhiPrasad
Copy link
Member Author

#10958 and #10811 are already in the v7 branch!

@AbhiPrasad AbhiPrasad merged commit dce44ab into v7 Mar 7, 2024
103 checks passed
@AbhiPrasad AbhiPrasad deleted the abhi-7.106.0-release branch March 7, 2024 17:41
AbhiPrasad added a commit that referenced this pull request Mar 7, 2024
This was backported to v7 as part of
#10964
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

6 participants