Skip to content

meta(changelog): Update changelog for 9.0.0-alpha.2 #15323

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

Merged
merged 25 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fa8c180
feat(nuxt): add `silent`, `errorHandler`, `release` to `SourceMapsOpt…
maxmaxme Feb 3, 2025
911cf9f
Merge pull request #15268 from getsentry/master
github-actions[bot] Feb 3, 2025
acd8b00
chore: Add external contributor to CHANGELOG.md (#15266)
HazAT Feb 3, 2025
e8c0260
test: Only run flaky test detection for chromium (#15264)
mydea Feb 3, 2025
3c4df06
chore(browser): Export ipAddress helpers for use in other SDKs (#15079)
krystofwoldrich Feb 3, 2025
bb7237a
feat(svelte)!: Disable component update tracking by default (#15265)
Lms24 Feb 4, 2025
76854e8
ref(sveltekit): Clean up sub-request check (#15251)
Lms24 Feb 4, 2025
a3e08ad
feat(core): Add `inheritOrSampleWith` helper to `traceSampler` (#15277)
lforst Feb 4, 2025
1e4362e
feat(user feedback): Adds toolbar for cropping and annotating (#15282)
c298lee Feb 4, 2025
b720e15
fix(nuxt): Detect Azure Function runtime for flushing with timeout (#…
s1gr1d Feb 5, 2025
3e7ac9a
ref(core): Remove unused special handling for `Debug` integration (#1…
mydea Feb 5, 2025
8506119
fix(node): Fix name of `vercelAIIntegration` to `VercelAI` (#15298)
mydea Feb 5, 2025
bef2b38
fix(solidstart): Do not copy release-injection map file (#15302)
s1gr1d Feb 5, 2025
0a74795
docs: Clean up migration guide for v9 (#15287)
lforst Feb 5, 2025
2780c3c
ref: Use `applySdkMetadata` everywhere (#15305)
mydea Feb 5, 2025
447911a
feat(core): Rename `hasTracingEnabled` to `hasSpansEnabled` (#15309)
Lms24 Feb 5, 2025
2c76868
chore(svelte): Remove redundant component tracking config in e2e test…
Lms24 Feb 5, 2025
3220902
ref(svelte): Remove SvelteKit detection (#15313)
Lms24 Feb 5, 2025
215e1dc
chore(publish): Publish `spotlightBrowserIntegration` in dedicated in…
Lms24 Feb 5, 2025
4b6dff7
feat(pinia)!: Include state of all stores in breadcrumb (#15312)
s1gr1d Feb 5, 2025
aa8704a
test(sveltekit): Unflake SvelteKit fetch proxy E2E test (#15311)
Lms24 Feb 5, 2025
53de523
docs: Switch over migration guide from v8 to v9 (#15301)
lforst Feb 6, 2025
24409e3
ref(browser): Skip browser extension warning in non-debug builds (#15…
mydea Feb 6, 2025
fbedd59
fix(node): Set the correct fallback URL fields for outgoing https req…
lforst Feb 6, 2025
036ac9e
meta(changelog): Update changelog for 9.0.0-alpha.2
lforst Feb 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/flaky-test-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:

- name: Install Playwright
uses: ./.github/actions/install-playwright
with:
browsers: 'chromium'

- name: Determine changed tests
uses: dorny/paths-filter@v3.0.1
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@

- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott

Work in this release was contributed by @tjhiggins, @chris-basebone, @GrizliK1988, @davidturissini, @nwalters512, @aloisklink, @arturovt, @benjick, @maximepvrt, @mstrokin, @kunal-511, @jahands, @jrandolf, @tannerlinsley, @Zen-cronic and @nathankleyn. Thank you for your contributions!
Work in this release was contributed by @tjhiggins, @chris-basebone, @GrizliK1988, @davidturissini, @nwalters512, @aloisklink, @arturovt, @benjick, @maximepvrt, @mstrokin, @kunal-511, @jahands, @jrandolf, @tannerlinsley, @Zen-cronic, @maxmaxme and @nathankleyn. Thank you for your contributions!

## 9.0.0-alpha.2

This is an alpha release of the upcoming major release of version 9.
This release does not yet entail a comprehensive changelog as version 9 is not yet stable.

For this release's iteration of the migration guide, see the [Migration Guide as per `9.0.0-alpha.2`](https://github.com/getsentry/sentry-javascript/blob/fbedd59954d378264d11b879b6eb2a482fbc0d1b/MIGRATION.md).
Please note that the migration guide is work in progress and subject to change.

## 9.0.0-alpha.1

Expand Down
Loading
Loading