@@ -24,22 +24,31 @@ Work in this release was contributed by @ZakrepaShe and @zhiyan114. Thank you fo
24
24
25
25
### Other Changes
26
26
27
- - chore(node): Bump ` @opentelemetry/instrumentation-express ` to ` 0.43.0 ` ([ #13948 ] ( https://github.com/getsentry/sentry-javascript/pull/13948 ) )
27
+ - chore(node): Bump ` @opentelemetry/instrumentation-express ` to ` 0.43.0 `
28
+ ([ #13948 ] ( https://github.com/getsentry/sentry-javascript/pull/13948 ) )
28
29
- ci: Ensure we check correctly for bot users ([ #13955 ] ( https://github.com/getsentry/sentry-javascript/pull/13955 ) )
29
30
- dev(e2e): Fix nestjs version constraint ([ #13964 ] ( https://github.com/getsentry/sentry-javascript/pull/13964 ) )
30
31
- feat(node): Expose ` suppressTracing ` API ([ #13875 ] ( https://github.com/getsentry/sentry-javascript/pull/13875 ) )
31
- - feat(node): Implement Sentry-specific http instrumentation ([ #13763 ] ( https://github.com/getsentry/sentry-javascript/pull/13763 ) )
32
- - feat(nuxt): Add Rollup plugin to wrap server entry with ` import() ` ([ #13945 ] ( https://github.com/getsentry/sentry-javascript/pull/13945 ) )
33
- - feat(replay): Do not log "timeout while trying to read resp body" as exception ([ #13965 ] ( https://github.com/getsentry/sentry-javascript/pull/13965 ) )
32
+ - feat(node): Implement Sentry-specific http instrumentation
33
+ ([ #13763 ] ( https://github.com/getsentry/sentry-javascript/pull/13763 ) )
34
+ - feat(nuxt): Add Rollup plugin to wrap server entry with ` import() `
35
+ ([ #13945 ] ( https://github.com/getsentry/sentry-javascript/pull/13945 ) )
36
+ - feat(replay): Do not log "timeout while trying to read resp body" as exception
37
+ ([ #13965 ] ( https://github.com/getsentry/sentry-javascript/pull/13965 ) )
34
38
- feat(vue): Add Pinia plugin ([ #13841 ] ( https://github.com/getsentry/sentry-javascript/pull/13841 ) )
35
- - fix: Ensure type for ` init ` is correct in meta frameworks ([ #13938 ] ( https://github.com/getsentry/sentry-javascript/pull/13938 ) )
39
+ - fix: Ensure type for ` init ` is correct in meta frameworks
40
+ ([ #13938 ] ( https://github.com/getsentry/sentry-javascript/pull/13938 ) )
36
41
- fix(module): keep version for node ESM package ([ #13922 ] ( https://github.com/getsentry/sentry-javascript/pull/13922 ) )
37
- - fix(replay): Fix onError sampling when loading an expired buffered session ([ #13962 ] ( https://github.com/getsentry/sentry-javascript/pull/13962 ) )
42
+ - fix(replay): Fix onError sampling when loading an expired buffered session
43
+ ([ #13962 ] ( https://github.com/getsentry/sentry-javascript/pull/13962 ) )
38
44
- ref: Add external contributor to CHANGELOG.md ([ #13956 ] ( https://github.com/getsentry/sentry-javascript/pull/13956 ) )
39
45
- ref: Add external contributor to CHANGELOG.md ([ #13959 ] ( https://github.com/getsentry/sentry-javascript/pull/13959 ) )
40
- - test(browser): Add test for current DSC transaction name updating behavior ([ #13953 ] ( https://github.com/getsentry/sentry-javascript/pull/13953 ) )
41
- - test(loader): Update Loader Script & test error in ` sentryOnLoad ` ([ #13952 ] ( https://github.com/getsentry/sentry-javascript/pull/13952 ) )
42
- - test(node): Add tests for current DSC transaction name updating behavior ([ #13961 ] ( https://github.com/getsentry/sentry-javascript/pull/13961 ) )
46
+ - test(browser): Add test for current DSC transaction name updating behavior
47
+ ([ #13953 ] ( https://github.com/getsentry/sentry-javascript/pull/13953 ) )
48
+ - test(loader): Update Loader Script & test error in ` sentryOnLoad `
49
+ ([ #13952 ] ( https://github.com/getsentry/sentry-javascript/pull/13952 ) )
50
+ - test(node): Add tests for current DSC transaction name updating behavior
51
+ ([ #13961 ] ( https://github.com/getsentry/sentry-javascript/pull/13961 ) )
43
52
44
53
## 8.34.0
45
54
0 commit comments