-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
meta(changelog): Update changelog for 9.6.0 #15703
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
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
bdb8621
Merge pull request #15613 from getsentry/master
github-actions[bot] df0636d
fix(remix): Null-check `options` (#15610)
onurtemizkan e386281
fix(sveltekit): Guard process variable (#15605)
s1gr1d aa92e85
test(nuxt): Fix failing e2e tests (#15625)
Lms24 0b754c9
chore(deps): bump axios in /dev-packages/browser-integration-tests
dependabot[bot] ee95723
Merge pull request #15626 from getsentry/dependabot/npm_and_yarn/dev-…
Lms24 d71e6ad
fix(sveltekit): Correctly parse angle bracket type assertions for aut…
Lms24 90685e2
cleanup
Lms24 9f33bae
extract recast parser config into extra file, add vendor information …
Lms24 25a39d2
fix type error
Lms24 0ec758b
add remaining options
Lms24 62f3b09
fix e2e test
Lms24 dfc2b52
feat(deps): bump @sentry/webpack-plugin from 3.2.1 to 3.2.2 (#15627)
dependabot[bot] c27a09a
feat(tanstackstart): Refine initial API (#15574)
d0b2f7d
Merge pull request #15578 from getsentry/lms/fix-sveltekit-type-asser…
Lms24 9cae1a0
feat(tanstackstart): Add `@sentry/tanstackstart-react` package and ma…
47f95e5
fix(core): Ensure `fill` only patches functions (#15632)
Lms24 9e0b4c0
chore: Fix link in migration doc
AbhiPrasad defeaaf
Merge pull request #15637 from getsentry/abhi-migration-doc-fix
stephanie-anderson 9cb8684
feat(astro): Accept all vite-plugin options (#15638)
angelikatyborska ce1ced8
chore: Add external contributor to CHANGELOG.md (#15640)
HazAT 5c4cab7
chore(deps): Deduplicate `@babel` dependencies (#15639)
nwalters512 e15988c
chore: Add external contributor to CHANGELOG.md (#15642)
HazAT 48ed271
chore(deps): bump esbuild from 0.20.0 to 0.25.0 in /dev-packages/e2e-…
dependabot[bot] 7d88266
chore(ci): Remove `type` from canary failure template (#15698)
chargome 2b55265
fix(nextjs): Consider `pageExtensions` when looking for instrumentati…
andreiborza 7889768
meta(changelog): Update changelog for 9.6.0
8dc6e50
Remove unnecessary changelog item
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
--- | ||
title: '{{ env.TITLE }}' | ||
labels: 'Type: Tests, Waiting for: Product Owner' | ||
type: 'task' | ||
--- | ||
|
||
Canary tests failed: {{ env.RUN_LINK }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
dev-packages/e2e-tests/test-applications/nuxt-3-dynamic-import/playwright.config.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,10 @@ | ||
import { fileURLToPath } from 'node:url'; | ||
import type { ConfigOptions } from '@nuxt/test-utils/playwright'; | ||
import { getPlaywrightConfig } from '@sentry-internal/test-utils'; | ||
|
||
const nuxtConfigOptions: ConfigOptions = { | ||
nuxt: { | ||
rootDir: fileURLToPath(new URL('.', import.meta.url)), | ||
}, | ||
}; | ||
|
||
/* Make sure to import from '@nuxt/test-utils/playwright' in the tests | ||
* Like this: import { expect, test } from '@nuxt/test-utils/playwright' */ | ||
|
||
const config = getPlaywrightConfig({ | ||
startCommand: `pnpm start`, | ||
use: { ...nuxtConfigOptions }, | ||
}); | ||
|
||
export default config; |
2 changes: 1 addition & 1 deletion
2
dev-packages/e2e-tests/test-applications/nuxt-3-dynamic-import/tests/errors.client.test.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
dev-packages/e2e-tests/test-applications/nuxt-3-dynamic-import/tests/tracing.client.test.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
dev-packages/e2e-tests/test-applications/nuxt-3-min/playwright.config.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,7 @@ | ||
import { fileURLToPath } from 'node:url'; | ||
import type { ConfigOptions } from '@nuxt/test-utils/playwright'; | ||
import { getPlaywrightConfig } from '@sentry-internal/test-utils'; | ||
|
||
const nuxtConfigOptions: ConfigOptions = { | ||
nuxt: { | ||
rootDir: fileURLToPath(new URL('.', import.meta.url)), | ||
}, | ||
}; | ||
|
||
/* Make sure to import from '@nuxt/test-utils/playwright' in the tests | ||
* Like this: import { expect, test } from '@nuxt/test-utils/playwright' */ | ||
|
||
const config = getPlaywrightConfig({ | ||
startCommand: `pnpm start:import`, | ||
use: { ...nuxtConfigOptions }, | ||
}); | ||
|
||
export default config; |
2 changes: 1 addition & 1 deletion
2
dev-packages/e2e-tests/test-applications/nuxt-3-min/tests/errors.client.test.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
dev-packages/e2e-tests/test-applications/nuxt-3-min/tests/tracing.client.test.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
dev-packages/e2e-tests/test-applications/nuxt-3-top-level-import/playwright.config.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,7 @@ | ||
import { fileURLToPath } from 'node:url'; | ||
import type { ConfigOptions } from '@nuxt/test-utils/playwright'; | ||
import { getPlaywrightConfig } from '@sentry-internal/test-utils'; | ||
|
||
const nuxtConfigOptions: ConfigOptions = { | ||
nuxt: { | ||
rootDir: fileURLToPath(new URL('.', import.meta.url)), | ||
}, | ||
}; | ||
|
||
/* Make sure to import from '@nuxt/test-utils/playwright' in the tests | ||
* Like this: import { expect, test } from '@nuxt/test-utils/playwright' */ | ||
|
||
const config = getPlaywrightConfig({ | ||
startCommand: `pnpm start`, | ||
use: { ...nuxtConfigOptions }, | ||
}); | ||
|
||
export default config; |
2 changes: 1 addition & 1 deletion
2
dev-packages/e2e-tests/test-applications/nuxt-3-top-level-import/tests/errors.client.test.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...packages/e2e-tests/test-applications/nuxt-3-top-level-import/tests/tracing.client.test.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
dev-packages/e2e-tests/test-applications/nuxt-3/playwright.config.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,7 @@ | ||
import { fileURLToPath } from 'node:url'; | ||
import type { ConfigOptions } from '@nuxt/test-utils/playwright'; | ||
import { getPlaywrightConfig } from '@sentry-internal/test-utils'; | ||
|
||
const nuxtConfigOptions: ConfigOptions = { | ||
nuxt: { | ||
rootDir: fileURLToPath(new URL('.', import.meta.url)), | ||
}, | ||
}; | ||
|
||
/* Make sure to import from '@nuxt/test-utils/playwright' in the tests | ||
* Like this: import { expect, test } from '@nuxt/test-utils/playwright' */ | ||
|
||
const config = getPlaywrightConfig({ | ||
startCommand: `pnpm start:import`, | ||
use: { ...nuxtConfigOptions }, | ||
}); | ||
|
||
export default config; |
2 changes: 1 addition & 1 deletion
2
dev-packages/e2e-tests/test-applications/nuxt-3/tests/errors.client.test.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
dev-packages/e2e-tests/test-applications/nuxt-3/tests/tracing.client.test.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
dev-packages/e2e-tests/test-applications/nuxt-4/playwright.config.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,7 @@ | ||
import { fileURLToPath } from 'node:url'; | ||
import type { ConfigOptions } from '@nuxt/test-utils/playwright'; | ||
import { getPlaywrightConfig } from '@sentry-internal/test-utils'; | ||
|
||
const nuxtConfigOptions: ConfigOptions = { | ||
nuxt: { | ||
rootDir: fileURLToPath(new URL('.', import.meta.url)), | ||
}, | ||
}; | ||
|
||
/* Make sure to import from '@nuxt/test-utils/playwright' in the tests | ||
* Like this: import { expect, test } from '@nuxt/test-utils/playwright' */ | ||
|
||
const config = getPlaywrightConfig({ | ||
startCommand: `pnpm start:import`, | ||
use: { ...nuxtConfigOptions }, | ||
}); | ||
|
||
export default config; |
14 changes: 14 additions & 0 deletions
14
dev-packages/e2e-tests/test-applications/sveltekit-2/src/routes/type-assertion/+page.svelte
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<script lang="ts"> | ||
export let data | ||
</script> | ||
|
||
<h1>Type Assertion</h1> | ||
|
||
<p> | ||
This route only exists to ensure we don't emit a build error because of the angle bracket type assertion in +page.ts | ||
see https://github.com/getsentry/sentry-javascript/issues/9318 | ||
</p> | ||
|
||
<p> | ||
Message: {data.msg} | ||
</p> |
8 changes: 8 additions & 0 deletions
8
dev-packages/e2e-tests/test-applications/sveltekit-2/src/routes/type-assertion/+page.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export async function load() { | ||
let x: unknown = 'foo'; | ||
return { | ||
// this angle bracket type assertion threw an auto instrumentation error | ||
// see: https://github.com/getsentry/sentry-javascript/issues/9318 | ||
msg: <string>x, | ||
}; | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove this.