File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change 1010
1111- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
1212
13- ### Important Changes
13+
14+ ## 9.16.0
15+
16+ ### Important changes
17+
18+ - ** feat: Create a Vite plugin that injects sentryConfig into the global config ([ #16197 ] ( https://github.com/getsentry/sentry-javascript/pull/16197 ) )**
19+
20+ Add a new plugin ` makeConfigInjectorPlugin ` within our existing vite plugin that updates the global vite config with sentry options
21+
22+ - ** feat(browser): Add option to sample linked traces consistently ([ #16037 ] ( https://github.com/getsentry/sentry-javascript/pull/16037 ) )**
23+
24+ This PR implements consistent sampling across traces as outlined in ([ #15754 ] ( https://github.com/getsentry/sentry-javascript/pull/15754 ) )
25+
26+ - ** feat(cloudflare): Add logs exports ([ #16165 ] ( https://github.com/getsentry/sentry-javascript/pull/16165 ) )**
27+ - ** feat(vercel-edge): Add logs export ([ #16166 ] ( https://github.com/getsentry/sentry-javascript/pull/16166 ) )**
28+ - ** feat(cloudflare): Add support for durable objects ([ #16180 ] ( https://github.com/getsentry/sentry-javascript/pull/16180 ) )**
29+ - ** feat(node): Add Prisma integration by default ([ #16073 ] ( https://github.com/getsentry/sentry-javascript/pull/16073 ) )**
30+ - ** feat(react-router): Add client-side router instrumentation ([ #16185 ] ( https://github.com/getsentry/sentry-javascript/pull/16185 ) )**
31+
32+ Adds client-side instrumentation for react router's ` HydratedRouter `
1433
1534- ** fix(node): Avoid double-wrapping http module ([ #16177 ] ( https://github.com/getsentry/sentry-javascript/pull/16177 ) )**
1635
@@ -32,6 +51,15 @@ ignoreOutgoingRequests(url: string, {
3251})
3352```
3453
54+ ### Other changes
55+
56+ - fix(browser): Respect manually set sentry tracing headers in XHR requests ([ #16184 ] ( https://github.com/getsentry/sentry-javascript/pull/16184 ) )
57+ - fix(core): Respect manually set sentry tracing headers in fetch calls ([ #16183 ] ( https://github.com/getsentry/sentry-javascript/pull/16183 ) )
58+ - fix(feedback): Prevent ` removeFromDom() ` from throwing ([ #16030 ] ( https://github.com/getsentry/sentry-javascript/pull/16030 ) )
59+ - fix(node): Use class constructor in docstring for winston transport ([ #16167 ] ( https://github.com/getsentry/sentry-javascript/pull/16167 ) )
60+ - ref(core): Switch to standardized log envelope ([ #16133 ] ( https://github.com/getsentry/sentry-javascript/pull/16133 ) )
61+
62+
3563## 9.15.0
3664
3765### Important Changes
You can’t perform that action at this time.
0 commit comments