-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
meta(changelog): Update changelog for 10.38.0 #19085
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 all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
76afe7d
feat(wasm): initialised sentryWasmImages for webworkers (#18812)
harshit078 0b847d0
Merge pull request #18988 from getsentry/master
github-actions[bot] 8db9376
chore: Add external contributor to CHANGELOG.md (#19005)
andreiborza 809d578
fix(react): Avoid `String(key)` to fix Symbol conversion error (#18982)
onurtemizkan 5886804
feat(tanstackstart-react): Auto-instrument request middleware (#18989)
nicohrubec 6a1143f
chore(tests): Reject messages from unknown origins in integration tes…
andreiborza 4b7e82a
chore(solidstart): Upgrade Vinxi to update h3 peer dependency (#19018)
s1gr1d 0484827
chore(deps): Bump wrangler to 4.61.0 (#19023)
s1gr1d d164ccc
chore(dependabot): Allow all packages to update (#19024)
JPeer264 bcc58df
chore(deps): bump next from 16.0.9 to 16.1.5 in /dev-packages/e2e-tes…
dependabot[bot] 96fe5bc
chore(deps): bump hono from 4.11.4 to 4.11.7 in /dev-packages/e2e-tes…
dependabot[bot] e60f960
feat(browser): Add `logs.metrics` bundle (#19020)
chargome 1117b46
chore(dependabot): Update ignore patterns and add more groups (#19037)
JPeer264 6c34591
ci(deps): bump actions/create-github-app-token from 1 to 2 (#19028)
dependabot[bot] b65ccc6
feat(deps-dev): bump @types/rsvp from 4.0.4 to 4.0.9 (#19038)
dependabot[bot] 62bf7cc
chore(deps): Upgrade react-router, @react-router/node, @react-router/…
s1gr1d a2c6253
fix(react): Prevent lazy route handlers from updating wrong navigatio…
onurtemizkan 1d7b871
ci(deps): bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 (#…
dependabot[bot] 55d7678
chore(dependabot): Update ignore patterns and add more groups (#19043)
JPeer264 bf6087c
chore(llm): Ignore local Claude settings (#18893)
philipphofmann aa986f5
chore(remix): Upgrade @remix-run/router to ^1.23.2 (#19045)
s1gr1d 4ae412c
chore(release): Add generate-changelog script (#18999)
s1gr1d 23133dc
feat(browser): Add `replay.logs.metrics` bundle (#19021)
chargome de658a8
fix(nextjs): Turn off debugID injection if sourcemaps are explicitly …
logaretm bad937d
feat(deps): bump import-in-the-middle from 2.0.1 to 2.0.6 (#19042)
dependabot[bot] 113bfb0
chore(deps): bump @actions/artifact from 2.1.11 to 5.0.3 (#19031)
dependabot[bot] 034daa5
feat: Use v4.8.0 bundler plugins (#18993)
timfish ec7a3b0
chore(deps): Upgrade next to 14.2.35 (#19055)
s1gr1d 53879ea
chore(deps-dev): bump @edge-runtime/types from 3.0.1 to 4.0.0 (#19032)
dependabot[bot] 0c4875e
fix(core): Classify custom `AggregateError`s as exception groups (#19…
Lms24 f4afc39
feat(browser): Add `tracing.replay.logs.metrics` bundle (#19039)
chargome 71fb8ad
chore(llm): Add claude skill + cursor command for adding new cdn bund…
chargome 70e9cf9
chore(deps-dev): bump @vercel/nft from 0.29.4 to 1.3.0 (#19030)
dependabot[bot] c320276
chore(deps): Upgrade `next` versions 15 and 16 (#19057)
s1gr1d f7dd67e
chore(deps): Bump trpc v11 dependecy in e2e test (#19061)
chargome 212b618
ci(build): Run full test suite on new bundle with logs+metrics (#19065)
chargome 0e6e2b3
chore(deps): Upgrade @remix-run deps to 2.17.4 (#19040)
s1gr1d f133597
chore(solidstart): Bump peer dependencies of @solidjs/start (#19051)
s1gr1d 46ad70e
feat(node): Add AI manual instrumentation exports to Node (#19063)
RulaKhaled 9de002b
chore(react): Update react-router-5 dev dependency to another than 5.…
JPeer264 e80a940
chore(aws-serverless): Fix local cache issues (#19081)
JPeer264 acf6c64
chore(deps): Upgrade Lerna to v8 (#19050)
JPeer264 717399f
meta(changelog): Update changelog for 10.38.0
chargome 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| --- | ||
| name: add-cdn-bundle | ||
| description: Create a new CDN bundle for the browser package with specified features | ||
| argument-hint: <feature-combo> (e.g., replay.logs.metrics, tracing.logs, tracing.replay.feedback.logs.metrics) | ||
| --- | ||
|
|
||
| # Add CDN Bundle Skill | ||
|
|
||
| This skill creates a new CDN bundle for the browser package that includes a specific combination of features. | ||
|
|
||
| ## Input | ||
|
|
||
| The user provides a feature combination using dot notation: | ||
|
|
||
| - `logs.metrics` - Bundle with logs and metrics | ||
| - `replay.logs.metrics` - Bundle with replay, logs, and metrics | ||
| - `tracing.replay.logs` - Bundle with tracing, replay, and logs | ||
| - `tracing.replay.feedback.logs.metrics` - Full featured bundle | ||
|
|
||
| **Feature order in bundle names:** `tracing` → `replay` → `feedback` → `logs` → `metrics` | ||
|
|
||
| ## Instructions | ||
|
|
||
| Follow the detailed guide at [docs/adding-cdn-bundle.md](../../../docs/adding-cdn-bundle.md) to create the bundle. | ||
|
|
||
| ### Quick Reference - Naming Conventions | ||
|
|
||
| Given a feature combination, derive these variants: | ||
|
|
||
| | Placeholder | Example (`replay.logs.metrics`) | | ||
| | ------------------------------- | ------------------------------- | | ||
| | `{FEATURE_COMBO}` | `replay.logs.metrics` | | ||
| | `{feature_combo}` | `replay_logs_metrics` | | ||
| | `{featureCombo}` | `replayLogsMetrics` | | ||
| | `{Human Readable Features}` | `Replay, Logs, Metrics` | | ||
| | `{Human Readable Feature List}` | `Replay, Logs, and Metrics` | | ||
|
|
||
| ### Quick Reference - Files to Create/Modify | ||
|
|
||
| 1. **Create** `packages/browser/src/index.bundle.{FEATURE_COMBO}.ts` | ||
| 2. **Create** `packages/browser/test/index.bundle.{FEATURE_COMBO}.test.ts` | ||
| 3. **Modify** `packages/browser/rollup.bundle.config.mjs` | ||
| 4. **Modify** `.size-limit.js` | ||
| 5. **Modify** `dev-packages/browser-integration-tests/package.json` | ||
| 6. **Modify** `dev-packages/browser-integration-tests/utils/generatePlugin.ts` | ||
| 7. **Modify** `.github/workflows/build.yml` | ||
|
|
||
| ### Verification Steps | ||
|
|
||
| After making changes: | ||
|
|
||
| ```bash | ||
| yarn lint | ||
| cd packages/browser && yarn build:dev | ||
| cd packages/browser && yarn test | ||
| ``` |
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,35 @@ | ||
| # Add CDN Bundle for `{FEATURE_COMBO}` | ||
|
|
||
| Create a new CDN bundle for the browser package that includes `{FEATURE_COMBO}` (e.g., `replay.logs.metrics`, `tracing.logs`, etc.). | ||
|
|
||
| ## Instructions | ||
|
|
||
| Follow the detailed guide at [docs/adding-cdn-bundle.md](../../docs/adding-cdn-bundle.md) to create the bundle. | ||
|
|
||
| ## Quick Reference - Naming Conventions | ||
|
|
||
| | Placeholder | Example (`replay.logs.metrics`) | | ||
| | ------------------------------- | ------------------------------- | | ||
| | `{FEATURE_COMBO}` | `replay.logs.metrics` | | ||
| | `{feature_combo}` | `replay_logs_metrics` | | ||
| | `{featureCombo}` | `replayLogsMetrics` | | ||
| | `{Human Readable Features}` | `Replay, Logs, Metrics` | | ||
| | `{Human Readable Feature List}` | `Replay, Logs, and Metrics` | | ||
|
|
||
| ## Quick Reference - Files to Create/Modify | ||
|
|
||
| 1. **Create** `packages/browser/src/index.bundle.{FEATURE_COMBO}.ts` | ||
| 2. **Create** `packages/browser/test/index.bundle.{FEATURE_COMBO}.test.ts` | ||
| 3. **Modify** `packages/browser/rollup.bundle.config.mjs` | ||
| 4. **Modify** `.size-limit.js` | ||
| 5. **Modify** `dev-packages/browser-integration-tests/package.json` | ||
| 6. **Modify** `dev-packages/browser-integration-tests/utils/generatePlugin.ts` | ||
| 7. **Modify** `.github/workflows/build.yml` | ||
|
|
||
| ## Verification Steps | ||
|
|
||
| After making changes: | ||
|
|
||
| 1. Run `yarn lint` to check for linting issues | ||
| 2. Run `cd packages/browser && yarn build:dev` to verify TypeScript compilation | ||
| 3. Run `cd packages/browser && yarn test` to run the unit tests |
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
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
16 changes: 16 additions & 0 deletions
16
...ser-integration-tests/suites/public-api/captureException/aggregateError-custom/subject.js
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,16 @@ | ||
| class CustomAggregateError extends AggregateError { | ||
| constructor(errors, message, options) { | ||
| super(errors, message, options); | ||
| this.name = 'CustomAggregateError'; | ||
| } | ||
| } | ||
|
|
||
| const aggregateError = new CustomAggregateError( | ||
| [new Error('error 1', { cause: new Error('error 1 cause') }), new Error('error 2')], | ||
| 'custom aggregate error', | ||
| { | ||
| cause: new Error('aggregate cause'), | ||
| }, | ||
| ); | ||
|
|
||
| Sentry.captureException(aggregateError); |
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.
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.
Please add this section in your PR next time! Will update
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.
Thanks, I know I forgot sorry