-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
meta(changelog): Update changelog for 8.35.0 #14022
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
4a2da31
Merge pull request #13946 from getsentry/master
github-actions[bot] 1d87cec
fix: Ensure type for `init` is correct in meta frameworks (#13938)
mydea 5d5e2f4
feat(node): Implement Sentry-specific http instrumentation (#13763)
mydea 10533fe
fix(module): keep version for node ESM package (#13922)
ZakrepaShe 26ec075
ci: Ensure we check correctly for bot users (#13955)
mydea 9af0d84
ref: Add external contributor to CHANGELOG.md (#13956)
HazAT 81df165
feat(core): Make stream instrumentation opt-in (#13951)
chargome 8dd854f
feat(node): Expose `suppressTracing` API (#13875)
zhiyan114 e1d7a9d
test(loader): Update Loader Script & test error in `sentryOnLoad` (#1…
mydea eb40643
dev(e2e): Fix nestjs version constraint (#13964)
billyvg 0ccf8ce
ref: Add external contributor to CHANGELOG.md (#13959)
HazAT 50ab948
test(browser): Add test for current DSC transaction name updating beh…
Lms24 8249a5e
feat(nuxt): Add Rollup plugin to wrap server entry with `import()` (#…
s1gr1d 5f68d4d
fix(replay): Fix onError sampling when loading an expired buffered se…
billyvg b8d0f2f
chore(node): Bump `@opentelemetry/instrumentation-express` to `0.43.0…
onurtemizkan ecf84e0
feat(vue): Add Pinia plugin (#13841)
onurtemizkan 4c0c25c
test(node): Add tests for current DSC transaction name updating behav…
Lms24 b86c182
feat(replay): Do not log "timeout while trying to read resp body" as …
billyvg 41515a6
fix(node): Ensure `ignoreOutgoingRequests` of `httpIntegration` appli…
Lms24 7fbe744
test(nextjs): Use RC1 as latest for Next.js canary tests (#13995)
8d5a084
fix(core): `.set` the `sentry-trace` header instead of `.append`ing i…
ab292f4
chore(deps): bump astro from 4.1.1 to 4.16.1 in /dev-packages/e2e-tes…
dependabot[bot] 471cf9a
chore(node): Bump `@opentelemetry/instrumentation-fastify` to `0.40.0…
onurtemizkan 8782af8
test(nuxt): Use `sentry.server.config.ts` in E2E tests (#13999)
s1gr1d 6bc37f0
feat(nuxt): Make dynamic import() wrapping default (#13958)
s1gr1d ff7a07d
feat(nuxt): Add Http `responseHook` with `waitUntil` (#13986)
s1gr1d bece3e5
ci: Ensure release comments are not added for prereleases (#13991)
mydea 77b3355
fix(replay): Ignore older performance entries when starting manually …
mydea d3847b4
perf(node): Truncate breadcrumb messages created by console integrati…
96526c2
docs(nuxt): Add beta readme (#13979)
s1gr1d 54d286b
feat(nuxt): Respect user-provided source map generation settings (#14…
s1gr1d ab28544
feat(nuxt): Log server instrumentation might not work in dev (#14021)
s1gr1d 2648ef6
test(e2e): Add event proxy option to allow for event dumps (#13998)
f358790
test(e2e): Pin deps in Astro Cloudflare E2E test (#14030)
f4ba039
meta(changelog): Update changelog for 8.35.0
s1gr1d 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
dev-packages/browser-integration-tests/loader-suites/loader/onLoad/sentryOnLoadError/init.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 @@ | ||
// we define sentryOnLoad in template |
1 change: 1 addition & 0 deletions
1
...ckages/browser-integration-tests/loader-suites/loader/onLoad/sentryOnLoadError/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 @@ | ||
Sentry.captureException('Test exception'); |
16 changes: 16 additions & 0 deletions
16
...ges/browser-integration-tests/loader-suites/loader/onLoad/sentryOnLoadError/template.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<script> | ||
window.sentryOnLoad = function () { | ||
Sentry.init({ | ||
tracesSampleRate: 0.123, | ||
}); | ||
|
||
throw new Error('sentryOnLoad error'); | ||
}; | ||
</script> | ||
</head> | ||
<body></body> | ||
</html> |
31 changes: 31 additions & 0 deletions
31
dev-packages/browser-integration-tests/loader-suites/loader/onLoad/sentryOnLoadError/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
import { expect } from '@playwright/test'; | ||
|
||
import { sentryTest } from '../../../../utils/fixtures'; | ||
import { envelopeRequestParser, waitForErrorRequestOnUrl } from '../../../../utils/helpers'; | ||
|
||
sentryTest( | ||
'sentryOnLoad callback is called before Sentry.onLoad() and handles errors in handler', | ||
async ({ getLocalTestUrl, page }) => { | ||
const errors: string[] = []; | ||
|
||
page.on('console', msg => { | ||
if (msg.type() === 'error') { | ||
errors.push(msg.text()); | ||
} | ||
}); | ||
|
||
const url = await getLocalTestUrl({ testDir: __dirname }); | ||
const req = await waitForErrorRequestOnUrl(page, url); | ||
|
||
const eventData = envelopeRequestParser(req); | ||
|
||
expect(eventData.message).toBe('Test exception'); | ||
|
||
expect(await page.evaluate('Sentry.getClient().getOptions().tracesSampleRate')).toEqual(0.123); | ||
|
||
expect(errors).toEqual([ | ||
'Error while calling `sentryOnLoad` handler:', | ||
expect.stringContaining('Error: sentryOnLoad error'), | ||
]); | ||
}, | ||
); |
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
11 changes: 11 additions & 0 deletions
11
dev-packages/browser-integration-tests/suites/tracing/dsc-txn-name-update/init.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,11 @@ | ||
import * as Sentry from '@sentry/browser'; | ||
|
||
window.Sentry = Sentry; | ||
|
||
Sentry.init({ | ||
dsn: 'https://[email protected]/1337', | ||
integrations: [Sentry.browserTracingIntegration({ instrumentNavigation: false, instrumentPageLoad: false })], | ||
tracesSampleRate: 1, | ||
tracePropagationTargets: ['example.com'], | ||
release: '1.1.1', | ||
}); |
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.
Uh oh!
There was an error while loading. Please reload this page.