From 97aff96a8127c22d08d71ed52d3e757ea1ac76d5 Mon Sep 17 00:00:00 2001 From: Billy Vong Date: Tue, 15 Oct 2024 13:29:49 -0400 Subject: [PATCH] prettier --- CHANGELOG.md | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e39be4ffd0b7..ab7e5ab2ee1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,22 +24,31 @@ Work in this release was contributed by @ZakrepaShe and @zhiyan114. Thank you fo ### Other Changes -- chore(node): Bump `@opentelemetry/instrumentation-express` to `0.43.0` ([#13948](https://github.com/getsentry/sentry-javascript/pull/13948)) +- chore(node): Bump `@opentelemetry/instrumentation-express` to `0.43.0` + ([#13948](https://github.com/getsentry/sentry-javascript/pull/13948)) - ci: Ensure we check correctly for bot users ([#13955](https://github.com/getsentry/sentry-javascript/pull/13955)) - dev(e2e): Fix nestjs version constraint ([#13964](https://github.com/getsentry/sentry-javascript/pull/13964)) - feat(node): Expose `suppressTracing` API ([#13875](https://github.com/getsentry/sentry-javascript/pull/13875)) -- feat(node): Implement Sentry-specific http instrumentation ([#13763](https://github.com/getsentry/sentry-javascript/pull/13763)) -- feat(nuxt): Add Rollup plugin to wrap server entry with `import()` ([#13945](https://github.com/getsentry/sentry-javascript/pull/13945)) -- feat(replay): Do not log "timeout while trying to read resp body" as exception ([#13965](https://github.com/getsentry/sentry-javascript/pull/13965)) +- feat(node): Implement Sentry-specific http instrumentation + ([#13763](https://github.com/getsentry/sentry-javascript/pull/13763)) +- feat(nuxt): Add Rollup plugin to wrap server entry with `import()` + ([#13945](https://github.com/getsentry/sentry-javascript/pull/13945)) +- feat(replay): Do not log "timeout while trying to read resp body" as exception + ([#13965](https://github.com/getsentry/sentry-javascript/pull/13965)) - feat(vue): Add Pinia plugin ([#13841](https://github.com/getsentry/sentry-javascript/pull/13841)) -- fix: Ensure type for `init` is correct in meta frameworks ([#13938](https://github.com/getsentry/sentry-javascript/pull/13938)) +- fix: Ensure type for `init` is correct in meta frameworks + ([#13938](https://github.com/getsentry/sentry-javascript/pull/13938)) - fix(module): keep version for node ESM package ([#13922](https://github.com/getsentry/sentry-javascript/pull/13922)) -- fix(replay): Fix onError sampling when loading an expired buffered session ([#13962](https://github.com/getsentry/sentry-javascript/pull/13962)) +- fix(replay): Fix onError sampling when loading an expired buffered session + ([#13962](https://github.com/getsentry/sentry-javascript/pull/13962)) - ref: Add external contributor to CHANGELOG.md ([#13956](https://github.com/getsentry/sentry-javascript/pull/13956)) - ref: Add external contributor to CHANGELOG.md ([#13959](https://github.com/getsentry/sentry-javascript/pull/13959)) -- test(browser): Add test for current DSC transaction name updating behavior ([#13953](https://github.com/getsentry/sentry-javascript/pull/13953)) -- test(loader): Update Loader Script & test error in `sentryOnLoad` ([#13952](https://github.com/getsentry/sentry-javascript/pull/13952)) -- test(node): Add tests for current DSC transaction name updating behavior ([#13961](https://github.com/getsentry/sentry-javascript/pull/13961)) +- test(browser): Add test for current DSC transaction name updating behavior + ([#13953](https://github.com/getsentry/sentry-javascript/pull/13953)) +- test(loader): Update Loader Script & test error in `sentryOnLoad` + ([#13952](https://github.com/getsentry/sentry-javascript/pull/13952)) +- test(node): Add tests for current DSC transaction name updating behavior + ([#13961](https://github.com/getsentry/sentry-javascript/pull/13961)) ## 8.34.0