-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
meta(changelog): Update changelog for 10.63.0 #21874
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
35 commits
Select commit
Hold shift + click to select a range
2905990
feat(core): Add `extendIntegration` method (#21759)
mydea b4831c4
Merge pull request #21816 from getsentry/master
github-actions[bot] 9af2819
test(nuxt): Test `mysql` instrumentation with orchestrion bundler plu…
s1gr1d b534db4
test: Introduce .unordered in node-integration-tests (#21697)
JPeer264 54e995d
fix(tanstackstart-react): Drop server transactions for tunnel route r…
logaretm 3c1754b
Merge pull request #21818 from getsentry/nh/lru-memoizer-sentry-context
nicohrubec b76d21e
feat(server-utils): Add lru-memoizer diagnostics-channel integration …
nicohrubec 5eac026
docs: Use Cloudflare nodejs_compat flag (#21659)
suzunn c477f7f
feat(core): Add `isTracingSuppressed` to the async context strategy (…
mydea 2f9894d
ref(node): Move node-fetch instrumentation away from InstrumentBase (…
mydea 78526ba
fix(core): Improve waiting for tracing channel bindings (#21815)
mydea 128dacb
feat(core): Pass normalizedRequest to the sampling context for root s…
andreiborza ecbd30a
ref(node): Streamline vendored mysql instrumentation (#21568)
mydea 6e7c2a3
chore: Add external contributor to CHANGELOG.md (#21832)
javascript-sdk-gitflow[bot] 3c58f44
test(cloudflare): Align CF types and compat flags (#21835)
JPeer264 9730e11
ref(core): Move `spanStreamingIntegration` setup into `ServerRuntimeC…
Lms24 994e782
ref(node): Infer orchestrion integration names (#21834)
mydea 45f2219
ref(server-utils): Ensure ts3.8 has diagnostics channel shim (#21845)
mydea b8410a0
feat(browser): Add `url.full` attribute to resource spans (#21846)
Lms24 438a38f
ref(server-utils): Set error attributes on span and simplify error in…
logaretm 3f16a32
fix(opentelemetry): Strip leading ? and # from inferred http.query an…
andreiborza b3e49e4
chore: Mark http.query/http.fragment stripping for v11 url.query migr…
andreiborza cb33fbf
fix(core): Serialize streamed span status message to `sentry.status.m…
Lms24 9d2ed38
fix(browser): Defer sending session envelope until browser is idle (#…
Lms24 f142d61
ref(node): Streamline Prisma instrumentation (v6 and v7) (#21819)
s1gr1d 00e3ebb
chore: Hoist transitive imports for bundles (#21858)
JPeer264 c5b5683
test(node-integration-tests): Retry transient docker compose up failu…
andreiborza bf21b16
fix(nextjs): Don't inject trace meta tags when Cache Components is en…
chargome e7c24a5
feat(server-utils): Restore caller context for callback tracing chann…
logaretm e316151
ref(server-utils): Move mysql orchestrion integration onto bindTracin…
logaretm 88e7ad5
feat(server-utils): Expose channel-based, streamlined `fastifyIntegra…
mydea 35998e6
test(e2e/hono): Isolate request-data extraction tests onto a dedicate…
github-actions[bot] 429cdaf
test(node-integration-tests): Fix flaky postgresjs basic transaction/…
github-actions[bot] 690f778
test(node-integration): Harden knex mysql2 healthcheck to fix flaky t…
github-actions[bot] 4e16503
meta(changelog): Update changelog for 10.63.0
JPeer264 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
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
10 changes: 6 additions & 4 deletions
10
dev-packages/browser-integration-tests/suites/sessions/user/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 |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| Sentry.setUser({ | ||
| id: '1337', | ||
| email: 'user@name.com', | ||
| username: 'user1337', | ||
| document.getElementById('set-user').addEventListener('click', () => { | ||
| Sentry.setUser({ | ||
| id: '1337', | ||
| email: 'user@name.com', | ||
| username: 'user1337', | ||
| }); | ||
| }); |
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 |
|---|---|---|
|
|
@@ -5,5 +5,6 @@ | |
| </head> | ||
| <body> | ||
| <a id="navigate" href="#foo">Navigate</a> | ||
| <button id="set-user">Set user</button> | ||
| </body> | ||
| </html> | ||
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
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
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
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.
These are likely not internal
Uh oh!
There was an error while loading. Please reload this page.
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 actually moved all of them to internal (clanker put them originally in the main changes) - as
server-utilsitself is internal. I think I'll make a duplicated entry withfeat(node)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 duplicated 2 of them which also had
nodeSDK changes and addedexperimentalUseDiagnosticsChannelInjectionclarification in one of them