-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
meta(changelog): Update changelog for 7.46.0 #7666
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
51 commits
Select commit
Hold shift + click to select a range
9309b3b
Merge pull request #7605 from getsentry/master
github-actions[bot] b830f87
ci: Fix CodeQL by skipping tsconfig.json (#7607)
mydea dce26c9
build(tracing-internal): Remove circular dependency (#7608)
mydea 11704a3
feat(sveltekit): Add meta tag for backend -> frontend (#7574)
AbhiPrasad 68c2301
build: Remove `test/tsconfig.json` files (#7606)
mydea a2103f3
feat(replay): Capture replay mutation breadcrumbs & add experiment (#…
mydea 5abe629
ref(sveltekit): Distinguish spans of server-only and universal load f…
Lms24 e1af1e6
feat(node): Auto discovery only returns integrations where dependency…
timfish a2bd1e0
test: Try to fix flaky tests? (#7597)
mydea b589685
fix(nextjs): Rewrite `abs_path` frames (#7619)
02d065d
build(cdn): Make integration CDN bundles build in parallel (#7621)
mydea 2e5d850
chore(browser): Add attribution and licences for stack parsers (#7620)
timfish f6ce5c9
fix(sveltekit): Fix `<meta>` tag injection (#7612)
Lms24 0fab403
fix(core): Remove `abs_path` from stack trace (reverting #7167) (#7623)
0ed4f87
build(cdn): Move tracing CDN bundle generation to `@sentry/browser` (…
mydea 6162fb8
chore(browser): Add attribution and licences for stack parsers (#7620)
timfish 46f996e
feat(node): Undici integration (#7582)
AbhiPrasad ee59584
chore(node): Remove src/declarations.d.ts (#7627)
AbhiPrasad 7d080dc
feat(replay): Add `responseStatus`, `decodedBodySize` to perf entries…
billyvg d330c2f
test(utils): Add test for global rate limit response with scope (#7631)
Lms24 3ba8265
feat(core): Add `ignoreTransactions` option (#7594)
mydea 849297a
feat(tracing): Ensure `pageload` transaction starts at timeOrigin (#7…
mydea 0743e98
chore(vue): Add attribution license (#7633)
AbhiPrasad 30f2c24
feat(replay): Add experiment to capture request/response bodies (#7589)
mydea 2974ff1
fix(nextjs): Use Next.js internal AsyncStorage (#7630)
f033ede
chore(utils): Add license to vendor attribution (#7635)
AbhiPrasad 32675e8
test(node): Add tests for Undici (#7628)
AbhiPrasad b068c68
chore(remix): Add license text to vendored files (#7629)
AbhiPrasad 773f180
fix(sveltekit): Handle nested server calls in `sentryHandle` (#7598)
Lms24 e7a0b1c
fix(nextjs): Add loading component type to server component wrapping …
9619432
tests(e2e): Undo intentional error (#7643)
ccd5f27
meta: Add CODEOWNERS (for replay only) (#7636)
billyvg 0643828
fix(nextjs): Don't report `NEXT_NOT_FOUND` and `NEXT_REDIRECT` errors…
8a25d00
fix(node): Convert debugging code to callbacks to fix memory leak in …
timfish 3a91a62
fix(nextjs): Show errors and warnings only once during build (#7651)
1b04113
ref(node): Clean up Undici options (#7646)
AbhiPrasad 9e98330
feat(nextjs): Add Undici integration automatically (#7648)
AbhiPrasad 120ae6d
feat(sveltekit): Add Undici integration by default (#7650)
AbhiPrasad a3dfde6
fix(sveltekit): Explicitly export Node SDK exports (#7644)
Lms24 6678a4a
doc(sveltekit): Update README (#7653)
Lms24 dc0179c
ref(sveltekit): Split up universal and server load wrappers (#7652)
Lms24 e055f27
feat(tracing): Add custom finishReason for when interaction is interr…
0Calories d98ac5d
feat(tracing): Do not create interactions if `navigation` or `pageloa…
0Calories bb11a2e
feat(node): Add Sentry tRPC middleware (#7511)
cefd523
ref(sveltekit): Inject init plugin only if sentry config files exist …
Lms24 1eb271a
doc(sveltekit): Move SDK initialization to hooks and restructure setu…
Lms24 65c44ec
perf(build): Use @rollup/plugin-typescript for es5 builds (#7665)
AbhiPrasad 9ecd152
feat(node): Sanitize URLs in Span descriptions and breadcrumbs (#7667)
Lms24 1403e77
test: Make E2E tests async & parallelizable (#7466)
mydea d94a017
fix(docs): Remove references to `@sentry/tracing` from READMEs (#7600)
timfish 5e288f5
meta(changelog): Update changelog for 7.46.0
AbhiPrasad 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,4 @@ | ||
paths-ignore: | ||
# Our tsconfig files contain comments, which CodeQL complains about | ||
- '**/tsconfig.json' | ||
- '**/tsconfig.*.json' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
packages/replay @getsentry/replay-sdk | ||
packages/replay-worker @getsentry/replay-sdk | ||
packages/browser-integration-tests/suites/replay @getsentry/replay-sdk |
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 was deleted.
Oops, something went wrong.
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
51 changes: 28 additions & 23 deletions
51
packages/browser-integration-tests/suites/public-api/startTransaction/basic_usage/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,30 +1,35 @@ | ||
const transaction = Sentry.startTransaction({ name: 'test_transaction_1' }); | ||
const span_1 = transaction.startChild({ | ||
op: 'span_1', | ||
data: { | ||
foo: 'bar', | ||
baz: [1, 2, 3], | ||
}, | ||
}); | ||
for (let i = 0; i < 2000; i++); | ||
async function run() { | ||
const transaction = Sentry.startTransaction({ name: 'test_transaction_1' }); | ||
const span_1 = transaction.startChild({ | ||
op: 'span_1', | ||
data: { | ||
foo: 'bar', | ||
baz: [1, 2, 3], | ||
}, | ||
}); | ||
|
||
// span_1 finishes | ||
span_1.finish(); | ||
await new Promise(resolve => setTimeout(resolve, 1)); | ||
|
||
// span_2 doesn't finish | ||
const span_2 = transaction.startChild({ op: 'span_2' }); | ||
for (let i = 0; i < 4000; i++); | ||
// span_1 finishes | ||
span_1.finish(); | ||
|
||
const span_3 = transaction.startChild({ op: 'span_3' }); | ||
for (let i = 0; i < 4000; i++); | ||
// span_2 doesn't finish | ||
const span_2 = transaction.startChild({ op: 'span_2' }); | ||
await new Promise(resolve => setTimeout(resolve, 1)); | ||
|
||
// span_4 is the child of span_3 but doesn't finish. | ||
const span_4 = span_3.startChild({ op: 'span_4', data: { qux: 'quux' } }); | ||
const span_3 = transaction.startChild({ op: 'span_3' }); | ||
await new Promise(resolve => setTimeout(resolve, 1)); | ||
|
||
// span_5 is another child of span_3 but finishes. | ||
const span_5 = span_3.startChild({ op: 'span_5' }).finish(); | ||
// span_4 is the child of span_3 but doesn't finish. | ||
const span_4 = span_3.startChild({ op: 'span_4', data: { qux: 'quux' } }); | ||
|
||
// span_3 also finishes | ||
span_3.finish(); | ||
// span_5 is another child of span_3 but finishes. | ||
const span_5 = span_3.startChild({ op: 'span_5' }).finish(); | ||
|
||
transaction.finish(); | ||
// span_3 also finishes | ||
span_3.finish(); | ||
|
||
transaction.finish(); | ||
} | ||
|
||
run(); |
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.
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.
Uh oh!
There was an error while loading. Please reload this page.