File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
10
10
11
+ ## 8.15.0
12
+
13
+ - feat(core): allow unregistering callback through ` on ` (#11710 )
14
+ - feat(nestjs): Add function-level span decorator to nestjs (#12721 )
15
+ - feat(otel): Export & use ` spanTimeInputToSeconds ` for otel span exporter (#12699 )
16
+ - fix(core): Pass origin as referrer for ` lazyLoadIntegration ` (#12766 )
17
+ - fix(deno): Publish from build directory (#12773 )
18
+ - fix(hapi): Specify error channel to filter boom errors (#12725 )
19
+ - fix(react): Revert back to ` jsxRuntime: 'classic' ` to prevent breaking react 17 (#12775 )
20
+ - fix(tracing): Report dropped spans for transactions (#12751 )
21
+ - ref(scope): Delete unused public ` getStack() ` (#12737 )
22
+
23
+ Work in this release was contributed by @arturovt and @jaulz . Thank you for your contribution!
24
+
11
25
## 8.14.0
12
26
13
27
### Important Changes
@@ -29,7 +43,7 @@ The `@sentry/nestjs` SDK no longer captures 4xx errors automatically.
29
43
- fix(react): Fix React jsx runtime import for esm (#12740 )
30
44
- fix(replay): Start replay in ` afterAllSetup ` instead of next tick (#12709 )
31
45
32
- Work in this release was contributed by @quisido . Thank you for your contribution !
46
+ Work in this release was contributed by @quisido . Thank you for your contributions !
33
47
34
48
## 8.13.0
35
49
You can’t perform that action at this time.
0 commit comments